-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ref(proguard): Unconditionally use Symbolicator and remove StacktraceProcessor #73905
Conversation
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.
this reminds me of further cleanup opportunities:
- remove proguard support from
ophio
. although this was never actually used, I planned to replacesymbolic
usage with that. - remove the proguard bindings from
symbolic
eventually. I believe the only thing thats left by then is a few calls toArchive
. It should be possible to migrate those toophio
at some point, so that we can completely remove the symbolic python bindings.
Good thinking, I opened getsentry/symbolic#851 and getsentry/ophio#58. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #73905 +/- ##
==========================================
+ Coverage 77.98% 78.07% +0.08%
==========================================
Files 6663 6663
Lines 298120 297884 -236
Branches 51301 51242 -59
==========================================
+ Hits 232493 232572 +79
- Misses 58941 59040 +99
+ Partials 6686 6272 -414
|
These options are unused as of #73905.
These options are unused as of #73905.
…Processor (#73905) We're at a point where we can definitely switch to Symbolicator for proguard processing. This removes all code related to gradual rollout and A/B testing (except the options), as well as the previous StacktraceProcessors.
These options are unused as of #73905.
We're at a point where we can definitely switch to Symbolicator for proguard processing. This removes all code related to gradual rollout and A/B testing (except the options).