Alexander Dinauer

Results 410 comments of Alexander Dinauer

@Nohus sorry, forgot to update the issue after merging the PR(s). This test shows how you can add an attachment in `beforeSend`: https://github.com/getsentry/sentry-java/blob/b3704c88d4b10a7c1cfbd922ba75811e484b6b8a/sentry/src/test/java/io/sentry/SentryClientTest.kt#L1724-L1728

Currently our SDK is not meant to be used in Framework/Libraries. In fact, we don't officially support two instances of the SDK running in the same project pointing to different...

Closing this as there doesn't seem to be a need to implement this at the moment.

Warning is in place and seems to suffice for now.

@micopiira thanks for opening this issue and doing investigations. This seems like an oversight on our part and should be fixed. We'll take a look and probably open a PR...

Not yet @elonzh , please feel free to let us know which features you'd like to see in a ktor extension.

Yes, let's keep this open. Maybe @loewenheim has an update once he's back.

Hello @BrowenChen as a workaround can you please put your `RequestDetailsResolver` in the `io.sentry` package. We'll discuss internally how we want to support this use case. When you relocate the...

@BrowenChen is something stopping you from putting a class into the `io.sentry` package in your own application? Also could you please elaborate on why you need to send to different...

@BrowenChen in case you need more help, please let us know. You should be able to simply put a class in the `io.sentry` package in your own application, then package...