-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
Exclude SentryOptions from obfuscation #2699
Conversation
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
37008e8 | 316.25 ms | 371.59 ms | 55.34 ms |
637ab0a | 344.50 ms | 414.98 ms | 70.48 ms |
bb4eede | 268.84 ms | 350.02 ms | 81.19 ms |
909763b | 301.30 ms | 378.10 ms | 76.80 ms |
a3f35ac | 303.04 ms | 338.38 ms | 35.34 ms |
8b99497 | 308.80 ms | 352.80 ms | 44.00 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
37008e8 | 1.72 MiB | 2.26 MiB | 553.42 KiB |
637ab0a | 1.72 MiB | 2.28 MiB | 565.45 KiB |
bb4eede | 1.72 MiB | 2.28 MiB | 565.88 KiB |
909763b | 1.72 MiB | 2.28 MiB | 570.00 KiB |
a3f35ac | 1.72 MiB | 2.28 MiB | 565.45 KiB |
8b99497 | 1.72 MiB | 2.28 MiB | 565.45 KiB |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2699 +/- ##
============================================
+ Coverage 81.10% 81.11% +0.01%
Complexity 4445 4445
============================================
Files 345 345
Lines 16387 16387
Branches 2226 2226
============================================
+ Hits 13291 13293 +2
+ Misses 2167 2166 -1
+ Partials 929 928 -1 ☔ View full report in Codecov by Sentry. |
辛苦大佬们了。 |
📜 Description
Fixes #2696
💡 Motivation and Context
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps