Alexander Dinauer

Results 410 comments of Alexander Dinauer

@oliverorav I played around with this for a bit during our Hackweek and created this draft PR: https://github.com/getsentry/sentry-java/pull/2224 But as you can see it leads to quite a mess in...

Looks like we should consider this https://github.com/getsentry/sentry-java/issues/1926 in order not to cause `429`s.

Very similar problem exists in `io.sentry.log4j2.SentryAppender`. There we don't store options but parts of the options like `contextTags` as field.

@mitsuhiko how should we proceed with this?

How would we change the code in `sentry.c` `Java_io_sentry_android_ndk_NativeScope_nativeSetExtra`?

My assumption here is that one request calls `clearBreadcrumbs()` while another is in the process of creating a new scope based on the scope being modified. It seems like while...

Need to check if array copy would be atomic, otherwise synchronization around all access to breadcrumbs would be an alternative.

@Ramblurr Jersey JAX-RS sounds like something that could be a community package. We'd be happy to point customers to your package if you had one. The transaction name should make...

We want to do this for the android sample.