-
-
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
Remove the automatic viewAppearing
span
#2511
Conversation
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
bbe81cb | 1257.25 ms | 1272.24 ms | 14.99 ms |
909e73a | 1217.78 ms | 1229.70 ms | 11.92 ms |
a9e77dc | 1231.94 ms | 1254.85 ms | 22.91 ms |
a9db8a6 | 1199.83 ms | 1234.56 ms | 34.73 ms |
6b8ec2a | 1229.15 ms | 1253.80 ms | 24.65 ms |
88ac2c2 | 1223.04 ms | 1243.12 ms | 20.08 ms |
7f1b08e | 1252.20 ms | 1257.70 ms | 5.50 ms |
bc27163 | 1215.45 ms | 1249.46 ms | 34.01 ms |
4dc66f6 | 1202.59 ms | 1228.34 ms | 25.75 ms |
f8045b6 | 1226.25 ms | 1252.41 ms | 26.16 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
bbe81cb | 20.75 KiB | 381.81 KiB | 361.06 KiB |
909e73a | 20.75 KiB | 383.40 KiB | 362.65 KiB |
a9e77dc | 20.75 KiB | 379.12 KiB | 358.36 KiB |
a9db8a6 | 20.75 KiB | 383.37 KiB | 362.62 KiB |
6b8ec2a | 20.75 KiB | 405.10 KiB | 384.34 KiB |
88ac2c2 | 20.75 KiB | 373.61 KiB | 352.86 KiB |
7f1b08e | 20.75 KiB | 383.31 KiB | 362.55 KiB |
bc27163 | 20.75 KiB | 405.10 KiB | 384.34 KiB |
4dc66f6 | 20.75 KiB | 381.81 KiB | 361.06 KiB |
f8045b6 | 20.75 KiB | 404.83 KiB | 384.08 KiB |
Previous results on branch: 2510/remove-viewAppearing
Startup times
Revision | Plain | With Sentry | Diff |
---|---|---|---|
712818b | 1232.64 ms | 1242.72 ms | 10.08 ms |
b58f4a9 | 1224.69 ms | 1250.80 ms | 26.11 ms |
f172a25 | 1205.31 ms | 1239.74 ms | 34.43 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
712818b | 20.75 KiB | 405.01 KiB | 384.25 KiB |
b58f4a9 | 20.75 KiB | 404.99 KiB | 384.24 KiB |
f172a25 | 20.75 KiB | 405.01 KiB | 384.26 KiB |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 8.0.0 #2511 +/- ##
==========================================
- Coverage 78.55% 78.42% -0.14%
==========================================
Files 242 241 -1
Lines 22288 22273 -15
Branches 9844 9835 -9
==========================================
- Hits 17508 17467 -41
- Misses 4331 4353 +22
- Partials 449 453 +4
Continue to review full report at Codecov.
|
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.
Thanks, it's always great to delete code 😀
* 8.0.0: 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) # Conflicts: # Sources/Sentry/SentryClient.m # Tests/SentryTests/SentryClientTests.swift
* 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) ...
📜 Description
Deleting code 🎉
💡 Motivation and Context
Closes #2510
💚 How did you test it?
Removed the code and made unit tests pass.
📝 Checklist
🔮 Next steps