Alexander Dinauer

Results 410 comments of Alexander Dinauer

Quick fix, up the timeout from `100` to something higher.

Suggestion for implementation that would have to be discussed with Client Infra TSC as this might be something all SDKs should do. If so the SDKs should do it in...

#2076 only allows Threads that had any `Sentry.*` method called before `Sentry.init` to self heal. This issue is still unresolved.

We could do it similar to this: [sentry/src/main/java/io/sentry/servlet/SentryServletRequestListener.java](https://github.com/getsentry/sentry-java/pull/422/files#diff-48e6233c6090c75f08e7990da1927eff37fc4e305fc06ce93658e8b78f6247ec)

Could extract the data bag that's available and put it on the transaction when sending to Sentry.

Related to https://github.com/getsentry/team-mobile/issues/55

@marbon87 thank you for opening this PR. Can you provide some more details on how you configure your logback loggers and appenders. As an alternative to this PR developers can...

Nothing's missing as far as I know, I just didn't get around to doing the review yet - sorry.

Do we want this behaviour? https://github.com/getsentry/sentry-java/issues/2047 is fixed without requiring this change.

We should check if there's a library for doing this. If we can find a workaround for the meantime we should add it to the troubleshooting page. There's a flag...