Automattic / Automattic-Tracks-iOS

Client library for tracking user events for later analysis
GNU General Public License v2.0
43 stars 12 forks source link

Upgrade to Sentry SDK 8.3, and expose profiling as an option. #245

Closed bjhomer closed 1 year ago

bjhomer commented 1 year ago

See https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md for details on what's new in Sentry 8.0

Profiling provides code-level performance profiling, allowing developers to find out exactly which lines of code are slow. At this point, Sentry still calls profiling "Experimental". We'd like to have the option to try it out.


bjhomer commented 1 year ago

Tests added, and updated to 8.3.0. Read for another look!