You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When bumping our min SDK version to iOS 13, we can consider switching to the Apple Compression framework and use brotli, which is slightly faster and better at compression JSON. Furthermore, we can remove the dependency libz.tbd.
Actually, the dependency libz.tbd is not really necessary.
But if Brotli is native of iOS 13, I agree with the change, we just need to check whether our server support it.
Description
The Cocoa SDK currently uses gzip to compress its HTTP requests to Sentry.
sentry-cocoa/Sources/Sentry/SentryNSDataUtils.m
Lines 10 to 54 in 1223af7
It uses the
zlib
for the compression.sentry-cocoa/Sources/Sentry/SentryNSDataUtils.m
Lines 1 to 3 in 1223af7
When bumping our min SDK version to iOS 13, we can consider switching to the Apple Compression framework and use brotli, which is slightly faster and better at compression JSON. Furthermore, we can remove the dependency
libz.tbd
.sentry-cocoa/Sentry.xcodeproj/project.pbxproj
Line 2039 in 1223af7
The text was updated successfully, but these errors were encountered: