Closed dorukkangal closed 2 years ago
Hey, thanks for the report and sorry for the troubles caused by the plugin. This indeed looks like an issue in our instrumentation. I will try to look into this next week.
Out of curiosity, do you actually use performance product (i.e. are you interested in the auto-instrumentation of file i/o or db queries at all)?
Hi @romtsn,
Thanks for your response. We are currently using New Relic for performance monitoring. But we are considering switching to sentry.
@dorukkangal could you please try the version 3.1.0-beta.2
? I've tested with the braze library, but just to make sure it works :)
Hi @romtsn, I have just tried it and it works. Thank you for your help.
Gradle Version
7.4.2
AGP Version
7.1.2
Code Minifier/Optimizer
Proguard
Version
3.0.0
Sentry SDK Version
5.7.1
Description
We are using Braze library in our application and it works fine. If we apply Sentry plugin, the application crashes when opening.
Steps to Reproduce
You can reproduce the error with the repository given below: https://github.com/dorukkangal/braze-sample
The error doesn't occur again when I disable
tracingInstrumentation
. I think the bytecode manipulation is causing VerifyError.Log