Alexander Dinauer

Results 259 comments of Alexander Dinauer

Should be a change in `UrlUtils` by using e.g. `java.net.URL` and letting it take care of parsing the URL.

This should be the same for all integrations using `UrlUtils`

@ksmalik1 can you please give some more insights into the transactions being dropped? When you look at the serialized JSON (by enabling the `debug` setting), is there simply a very...

@ksmalik1 we've had a short discussion about this internally and there's no quick fix for this that would work for most users. As a workaround please take a look at...

We already have a `DuplicateEventDetectionEventProcessor` in place that should filter out such duplicates. It doesn't seem to work here because they don't have an equal `Throwable` attached to the event...

Hello @gpind. Thanks for the request. We'll discuss internally and update here.

@gpind could you please elaborate on your use case. - Would you expect the JSON of whatever was dropped to be logged or just a message that something was dropped?...

@gpind sounds like it would be sufficient to allow you to easily set the diagnostic level to `ERROR` or `WARNING` (which you can already do via `options.setDiagnosticLevel`) and keep `debug`...

@gpind unfortunately we can't guarantee low verbosity as it depends largely on your application and usage of the SDK. There may for example be many incoming requests with malformed headers...

@gpind `beforeSend` is something you control. So if an event is dropped there, it should be your code returning `null` from the callback. See https://docs.sentry.io/platforms/java/configuration/filtering/ for more details.