-
-
Notifications
You must be signed in to change notification settings - Fork 352
chore: Remove confusing transaction tag #2574
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
Conversation
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
5da2d48 | 1209.52 ms | 1232.16 ms | 22.64 ms |
a9db8a6 | 1199.83 ms | 1234.56 ms | 34.73 ms |
58ec104 | 1244.29 ms | 1269.67 ms | 25.39 ms |
b9c9598 | 1228.57 ms | 1251.10 ms | 22.53 ms |
b696ae1 | 1229.64 ms | 1246.94 ms | 17.30 ms |
838ad6b | 1230.69 ms | 1268.27 ms | 37.58 ms |
04beb80 | 1215.37 ms | 1249.31 ms | 33.95 ms |
22952c8 | 1249.56 ms | 1257.06 ms | 7.50 ms |
4dc66f6 | 1202.59 ms | 1228.34 ms | 25.75 ms |
6c7ab81 | 1231.66 ms | 1251.58 ms | 19.92 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
5da2d48 | 20.75 KiB | 383.77 KiB | 363.01 KiB |
a9db8a6 | 20.75 KiB | 383.37 KiB | 362.62 KiB |
58ec104 | 20.75 KiB | 379.11 KiB | 358.36 KiB |
b9c9598 | 20.75 KiB | 383.77 KiB | 363.01 KiB |
b696ae1 | 20.75 KiB | 383.77 KiB | 363.01 KiB |
838ad6b | 20.75 KiB | 405.10 KiB | 384.34 KiB |
04beb80 | 20.75 KiB | 404.84 KiB | 384.09 KiB |
22952c8 | 20.75 KiB | 401.81 KiB | 381.05 KiB |
4dc66f6 | 20.75 KiB | 381.81 KiB | 361.06 KiB |
6c7ab81 | 20.75 KiB | 405.10 KiB | 384.34 KiB |
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 add a changelog entry for breaking change. Apart from that LGTM
…etsentry/sentry-cocoa into chore/remove-Confusing-transaction-tag
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 8.0.0 #2574 +/- ##
==========================================
- Coverage 79.18% 79.18% -0.01%
==========================================
Files 243 243
Lines 22292 22291 -1
Branches 9869 9862 -7
==========================================
- Hits 17652 17651 -1
+ Misses 4189 4188 -1
- Partials 451 452 +1
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.
LGTM
Removed
__sentry_transaction
added to the scope duringviewDidAppear
.Now we have automatic view controller transactions and this tag is confusing hack