-
-
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
Rename the watchdog option and integration #2513
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also rename the integration.
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
3fdb749 | 1227.42 ms | 1248.48 ms | 21.06 ms |
bd284cf | 1237.24 ms | 1261.33 ms | 24.08 ms |
bbe81cb | 1257.25 ms | 1272.24 ms | 14.99 ms |
bd284cf | 1241.12 ms | 1249.22 ms | 8.10 ms |
f8045b6 | 1206.76 ms | 1233.41 ms | 26.65 ms |
91350d7 | 1230.82 ms | 1253.26 ms | 22.44 ms |
6ef7dc2 | 1204.14 ms | 1253.76 ms | 49.62 ms |
a745091 | 1230.76 ms | 1246.40 ms | 15.64 ms |
1bf9e40 | 1267.37 ms | 1268.80 ms | 1.43 ms |
8361c4c | 1204.07 ms | 1252.74 ms | 48.67 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
3fdb749 | 20.75 KiB | 383.81 KiB | 363.06 KiB |
bd284cf | 20.75 KiB | 405.06 KiB | 384.31 KiB |
bbe81cb | 20.75 KiB | 381.81 KiB | 361.06 KiB |
bd284cf | 20.75 KiB | 405.06 KiB | 384.31 KiB |
f8045b6 | 20.75 KiB | 404.83 KiB | 384.08 KiB |
91350d7 | 20.75 KiB | 383.89 KiB | 363.14 KiB |
6ef7dc2 | 20.75 KiB | 383.39 KiB | 362.64 KiB |
a745091 | 20.75 KiB | 383.89 KiB | 363.14 KiB |
1bf9e40 | 20.75 KiB | 405.06 KiB | 384.31 KiB |
8361c4c | 20.75 KiB | 383.87 KiB | 363.12 KiB |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 8.0.0 #2513 +/- ##
==========================================
+ Coverage 78.44% 78.54% +0.10%
==========================================
Files 242 241 -1
Lines 22276 22289 +13
Branches 9834 9847 +13
==========================================
+ Hits 17475 17508 +33
+ Misses 4350 4331 -19
+ Partials 451 450 -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) ...
#skip-changelog