-
-
Notifications
You must be signed in to change notification settings - Fork 318
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
fix: Deprecate SentryUser.segment #4092
Conversation
🚨 Detected changes in high risk code 🚨High-risk code can easily blow up and is hard to test. We had severe bugs in the past. Be extra careful when changing these files, and have an extra careful look at these:
|
🚨 Detected changes in high risk code 🚨High-risk code can easily blow up and is hard to test. We had severe bugs in the past. Be extra careful when changing these files, and have an extra careful look at these:
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
742d4b6 | 1191.02 ms | 1207.08 ms | 16.06 ms |
d0deebd | 1235.17 ms | 1255.54 ms | 20.37 ms |
3912b16 | 1230.54 ms | 1249.65 ms | 19.11 ms |
53a8885 | 1241.02 ms | 1270.66 ms | 29.64 ms |
3b782cc | 1261.67 ms | 1272.24 ms | 10.57 ms |
2384e6d | 1225.90 ms | 1245.47 ms | 19.57 ms |
a54df45 | 1232.62 ms | 1247.30 ms | 14.68 ms |
8919322 | 1262.67 ms | 1269.90 ms | 7.22 ms |
3297d6e | 1219.02 ms | 1243.25 ms | 24.23 ms |
0d32275 | 1229.62 ms | 1246.51 ms | 16.89 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
742d4b6 | 21.58 KiB | 546.20 KiB | 524.62 KiB |
d0deebd | 21.58 KiB | 542.28 KiB | 520.69 KiB |
3912b16 | 21.58 KiB | 625.82 KiB | 604.24 KiB |
53a8885 | 20.76 KiB | 434.65 KiB | 413.89 KiB |
3b782cc | 20.76 KiB | 432.21 KiB | 411.45 KiB |
2384e6d | 21.58 KiB | 572.21 KiB | 550.63 KiB |
a54df45 | 20.76 KiB | 434.88 KiB | 414.12 KiB |
8919322 | 22.84 KiB | 403.18 KiB | 380.34 KiB |
3297d6e | 21.58 KiB | 418.45 KiB | 396.86 KiB |
0d32275 | 22.84 KiB | 403.13 KiB | 380.29 KiB |
Added this to #2946 (comment) |
🚨 Detected changes in high risk code 🚨High-risk code can easily blow up and is hard to test. We had severe bugs in the past. Be extra careful when changing these files, and have an extra careful look at these:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4092 +/- ##
=============================================
+ Coverage 91.188% 91.351% +0.162%
=============================================
Files 609 610 +1
Lines 47825 48308 +483
Branches 0 17451 +17451
=============================================
+ Hits 43611 44130 +519
+ Misses 4214 4086 -128
- Partials 0 92 +92
... and 96 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Fixes GH-4090