Stefano

Results 98 comments of Stefano

@crazyzjw Would it be possible to check if disabling `activityFramesTracking` option makes the crash gone?

Thanks for the feedback @kasogg! We are investigating the issue, and will update you as soon as we have news on this

superseded by https://github.com/getsentry/sentry-java/pull/3314

@lbloder Can you have a look at this?

Leaving here the Java PR for reference, in case there are keys we can align on: https://github.com/getsentry/sentry-java/pull/3556/ tldr: we added the duration of http operations (expressed in milliseconds) as span...

Hi @zhukic In the meantime you can filter them out using the `beforeSend`, like so: ``` SentryAndroid.init(context) { options -> ... options.beforeSendTransaction = SentryOptions.BeforeSendTransactionCallback { transaction, hint -> // "MainActivity"...

> LGTM, but one comment about where we send `profiler_id`: > > * I don't know about backend implications, but why don't we make `profiler_id` part of the baggage/trace-header? I'd...

@ghasemdev This is interesting @markushi I guess we'll have to dig deeper in the proguard rules then šŸ˜…

hi @armatys Thanks for the feedback! Multiple SDK instances running at the same time is not something we actively support. However, we can think about a solution that don't cause...

hi @Angelodaniel thanks for the suggestion! We currently report an ANR when we get the `REASON_ANR` from the system. We don't receive multiple reasons of the process death, so we...