-
-
Notifications
You must be signed in to change notification settings - Fork 352
fix: Keep status of auto transactions when finishing #2684
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
Don't overwrite the existing status of auto generated transactions when finishing them. Fixes GH-2402
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
5cabf7e | 1247.12 ms | 1249.61 ms | 2.49 ms |
ecd9ecd | 1204.67 ms | 1226.46 ms | 21.79 ms |
9faf217 | 1268.86 ms | 1274.82 ms | 5.96 ms |
bd2afa6 | 1192.31 ms | 1210.37 ms | 18.05 ms |
8f397a7 | 1236.76 ms | 1256.76 ms | 20.00 ms |
ecd9ecd | 1215.77 ms | 1238.70 ms | 22.93 ms |
156e771 | 1228.06 ms | 1242.64 ms | 14.58 ms |
8f397a7 | 1196.55 ms | 1226.82 ms | 30.27 ms |
83d2d84 | 1211.31 ms | 1227.34 ms | 16.03 ms |
8f397a7 | 1251.82 ms | 1268.34 ms | 16.52 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
5cabf7e | 20.76 KiB | 419.67 KiB | 398.91 KiB |
ecd9ecd | 20.76 KiB | 420.23 KiB | 399.47 KiB |
9faf217 | 20.76 KiB | 419.70 KiB | 398.94 KiB |
bd2afa6 | 20.76 KiB | 420.55 KiB | 399.79 KiB |
8f397a7 | 20.76 KiB | 420.55 KiB | 399.79 KiB |
ecd9ecd | 20.76 KiB | 420.23 KiB | 399.47 KiB |
156e771 | 20.76 KiB | 419.70 KiB | 398.94 KiB |
8f397a7 | 20.76 KiB | 420.55 KiB | 399.79 KiB |
83d2d84 | 20.76 KiB | 419.66 KiB | 398.90 KiB |
8f397a7 | 20.76 KiB | 420.55 KiB | 399.79 KiB |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #2684 +/- ##
==========================================
+ Coverage 80.52% 80.57% +0.05%
==========================================
Files 247 247
Lines 22862 22877 +15
Branches 10121 10127 +6
==========================================
+ Hits 18409 18433 +24
+ Misses 3990 3983 -7
+ Partials 463 461 -2
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
Instructions and example for changelogPlease add an entry to Example: ## Unreleased
- Keep status of auto transactions when finishing ([#2684](https://github.com/getsentry/sentry-cocoa/pull/2684)) If none of the above apply, you can opt out of this check by adding |
📜 Description
Don't overwrite the existing status of auto generated transactions when finishing them.
💡 Motivation and Context
Fixes GH-2402
💚 How did you test it?
Unit tests
Checklist
sendDefaultPII
is enabled.🔮 Next steps