-
-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: enableUserInteractionTracing is GA #2503
Conversation
Remove the EXPERIMENTAL comment
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- enableUserInteractionTracing is GA ([#2503](https://github.com/getsentry/sentry-cocoa/pull/2503)) If none of the above apply, you can opt out of this check by adding |
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
4a67681 | 1236.57 ms | 1252.80 ms | 16.23 ms |
1bf9e40 | 1267.37 ms | 1268.80 ms | 1.43 ms |
58ec104 | 1244.29 ms | 1269.67 ms | 25.39 ms |
9f8d429 | 1239.57 ms | 1255.12 ms | 15.55 ms |
3fdb749 | 1227.42 ms | 1248.48 ms | 21.06 ms |
4a67681 | 1223.90 ms | 1252.63 ms | 28.73 ms |
bbf5334 | 1216.84 ms | 1238.82 ms | 21.98 ms |
2b42e4e | 1212.52 ms | 1249.24 ms | 36.72 ms |
8361c4c | 1204.07 ms | 1252.74 ms | 48.67 ms |
2bdea22 | 1204.84 ms | 1229.92 ms | 25.08 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
4a67681 | 20.75 KiB | 405.06 KiB | 384.31 KiB |
1bf9e40 | 20.75 KiB | 405.06 KiB | 384.31 KiB |
58ec104 | 20.75 KiB | 379.11 KiB | 358.36 KiB |
9f8d429 | 20.75 KiB | 383.40 KiB | 362.65 KiB |
3fdb749 | 20.75 KiB | 383.81 KiB | 363.06 KiB |
4a67681 | 20.75 KiB | 405.07 KiB | 384.31 KiB |
bbf5334 | 20.75 KiB | 383.37 KiB | 362.62 KiB |
2b42e4e | 20.75 KiB | 383.89 KiB | 363.14 KiB |
8361c4c | 20.75 KiB | 383.87 KiB | 363.12 KiB |
2bdea22 | 20.75 KiB | 405.06 KiB | 384.31 KiB |
Docs PR: getsentry/sentry-docs#5919 |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 8.0.0 #2503 +/- ##
==========================================
- Coverage 78.46% 78.43% -0.03%
==========================================
Files 242 241 -1
Lines 22273 22275 +2
Branches 9829 9832 +3
==========================================
- Hits 17476 17471 -5
- Misses 4347 4353 +6
- Partials 450 451 +1
Continue to review full report at Codecov.
|
* 8.0.0: (31 commits) tests: Reenable testAddAndRemoveData (#2533) feat: support SENTRY_DSN environment var on macOS (#2534) Remove duplicate entry (#2532) fix: ARC issue for FileManager (#2525) feat: Add SwiftUI performance tracking (#2271) fix: Remove all permission checks (#2529) Remove the automatic `viewAppearing` span (#2511) Fix and reenable testANRDetected_UpdatesAppStateToTrue (#2526) fix: Don't add out of date context for crashes (#2523) ref: Rename isOOM to watchdog in Client (#2520) test: Fix disabled failing watchdog test (#2521) build(deps): bump github/codeql-action from 2.1.35 to 2.1.36 (#2516) Rename the watchdog option and integration (#2513) feat: Enable CaptureFailedRequests by default (#2507) test: Fix asserts for SentryCrashTestInstallation (#2500) meta: User interaction tracing enabled per default (#2506) ref: Rename OOM to Watchdog Terminations (#2499) feat: enableUserInteractionTracing is GA (#2503) build(deps): bump nokogiri from 1.13.9 to 1.13.10 (#2505) perf: Don't attach headers for SentryNoOpSpan (#2498) ...
* fix(apple): Delete experimental note GA features Remove experimental suffixes for user interaction tracing, which is now GA. See getsentry/sentry-cocoa#2503 * Remove the experimental note
📜 Description
Remove the EXPERIMENTAL comment.
💡 Motivation and Context
Part of #2298.
💚 How did you test it?
No tests needed. Just removing a comment.
📝 Checklist
🔮 Next steps