Alexander Dinauer

Results 410 comments of Alexander Dinauer

@bitsal what you're asking for should already be in the SDK if you use `setTransportFactory` on `SentryOptions` as Roman suggested.

@bitsal yes, but you can create your own implementation of NoOpTransportFactory that implements `ITransportFactory` but isn't detected by the `instanceof` check.

I guess that part of the code has just grown this way. I think we can change this as you suggested but I can't give an ETA for it. Please...

You're very welcome to contribute, please target our `8.x.x` branch as we're in the middle of moving to a new major version.

We'll do some testing and update here once we know more. Can't give an ETA yet.

> make the client internal/private There are users who customize clients, e.g. to support multi DSN or send events somewhere else as well. While rare this is still a use...

Sure, how can I help? If it's about sentry-cli specifics, I guess @szokeasaurusrex is your best bet. I assume, we'll have to work with each SDKs maintainers as they know...

Hello @gilday we already have https://github.com/getsentry/sentry-android-gradle-plugin which allows you to upload source code. You can find docs [here](https://docs.sentry.io/platforms/java/source-context/). Does that do what you want?