Alexander Dinauer
Alexander Dinauer
No update. This is in the backlog. Can't say when we'll get to it yet.
In theory this isn't limited to Backend use cases. But that's OK.
@jamescrosswell there's `BeforeBreadcrumbCallback` on `SentryOptions` in the Java SDK, not sure if that can help create a workaround for this user by always returning `null` and thus dropping all breadcrumbs.
Hello @Andrevmatias I just tested using our [Spring Boot 2 sample](https://github.com/getsentry/sentry-java/tree/main/sentry-samples/sentry-samples-spring-boot) and there's a transaction for the request which the GraphQL span is attached to. Maybe you can spot a...
@Andrevmatias `finish` should be called by https://github.com/getsentry/sentry-java/blob/695d3a3acd91e7759da0699f9b5e004d945de53b/sentry-spring/src/main/java/io/sentry/spring/tracing/SentryTracingFilter.java#L126 if you're using Spring Boot 2 WebMVC. Can you add a breakpoint there and see what's happening?
@Andrevmatias > 1. Is there any configuration step I missed to make BEST_MATCHING_PATTERN_ATTRIBUTE to be set? I can't find anything in the docs. There's cases where this attribute is not...
Implemented in https://github.com/getsentry/sentry-java/pull/3199
Could we generate a valid SSL cert for a sentry domain like "spotlight.local.sentry.dev" or similar that points to localhost (and another one for Android pointing to the special adress used...
In `Scope.java` we wrap simple values with a `HashMap` and key `value`. See https://github.com/getsentry/sentry-java/blob/7b7964f423f45db68b01e66b1b6ce08dacb3e7b6/sentry/src/main/java/io/sentry/Scope.java#L614-L690
The simple values in `Contexts` are dropped and the ingested JSON and UI have some info about it but the event shows up in Sentry.