Alexander Dinauer
Alexander Dinauer
linking a PR so I can close it for now: https://github.com/getsentry/sentry-java/pull/3457
We can bump prio on this. IIRC we just created the PR because we took a look at something regarding caches anyways and this didn't take long. We didn't have...
Came up while testing workarounds for https://github.com/getsentry/sentry-java/issues/4762
Problems were reported in https://github.com/getsentry/sentry-java/issues/4798 and https://github.com/getsentry/sentry-java/issues/3568
Just tested and the SDK sends the String as is. Relay has a [regex for email](https://github.com/getsentry/relay/blob/0ffb84a8ab6c79eab234258cb952b411edf68eca/relay-pii/src/regexes.rs#L175-L184), but I'm not sure how you could override it to e.g. only consider it...
@chylek-qr there's a couple ways this could be solved: 1. Send the Thread status as a separate field that isn't scrubbed by default: ``` SentryEvent event = new SentryEvent(); Message...
We could document similar to what [docs.sentry.io/platforms/dotnet/guides/aspnetcore/unit-testing](https://docs.sentry.io/platforms/dotnet/guides/aspnetcore/unit-testing/) has. Closed https://github.com/getsentry/sentry-java/issues/3050 in favor of this one.
Similar to this we could also do some work in the SDK: https://github.com/getsentry/sentry-java/issues/4132
More scenarios we tested and a **workaround**: Using `sentry-bom` and skipping version number on individual dependencies: ``` dependencies { implementation 'io.sentry:sentry-opentelemetry-agentless-spring' implementation(platform("io.sentry:sentry-bom:8.1.0")) } sentry { // Generates a JVM (Java,...
@kahest no, this is a follow up to improve docs.