Markus Hintersteiner
Markus Hintersteiner
It looks like I can reproduce the issue on an API level 21 devices. @stefanosiano this only seems to be happening when profiling is active, have you ever encountered any...
Next steps: * Try other API levels < 26 * Dump native memory / log free memory right before the crash
I the meantime disabling user interaction tracing would at least prevent the crashes ```xml ```
Hey @jhowens89, thanks for reaching out. Could you share a few code snippets on how you initialize the SDK? Enabling `debug` mode via `options.setDebug` should be a good first start,...
@jhowens89 did you have any chance to look into this?
There are two ways of fixing this: 1. move cli outside the build folder 2. extract the cli on-demand, prior to every relevant task execution
Let's allow changing the span/txn values via a private APIs.
@SerggioZS thanks for reporting! Just to confirm my understanding: It works for you when desugaring is disabled, but stops working once desugaring is enabled? Do you set any source/target compat...
Thanks for getting back! This sounds like a multi-dex issue, we have some docs around this topic on how to resolve this issue: https://docs.sentry.io/platforms/android/configuration/multi-dex/ Could you give this a try?
@SerggioZS yes, when it comes to dependencies there should be no difference between using our gradle plugin and manually specifying the dependencies like you did above. This still sounds a...