Alexander Dinauer

Results 410 comments of Alexander Dinauer

We have just released [`8.0.0-beta.2`](https://github.com/getsentry/sentry-java/releases/tag/8.0.0-beta.2) of the Java SDK, which allows configuring `global-hub-mode` through external options like `sentry.properties`. Happy to receive any feedback in case you decide to give it...

Sorry for the delays and hickups, trying to figure out what's going on with CI so we can get this PR merged.

Is this a duplicate of https://github.com/getsentry/sentry-java/issues/2040 which we already closed?

@Nohus thanks for the feedback. You could try to manually upload your mapping files to Sentry using CI. We have `sentry-cli` which allows you to upload. [Here's](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/plugin-build/src/main/kotlin/io/sentry/android/gradle/tasks/SentryUploadProguardMappingsTask.kt) how we use...

Thanks for the suggestion @ooraini we should be able to make it a `@Bean` with `@ConditionalOnMissingBean`. As a workaround, can you try to exclude the `SentryGraphqlConfiguration` and write your own...

Thanks for the insight @jon-mercer, we'd like to tackle this for the upcoming v8 of the Java SDK.

@ooraini and @jon-mercer we've just released `8.0.0-beta.1` of the Java SDK which defines `SentryInstrumentation` as a bean instead of using `GraphQlSourceBuilderCustomizer`. It is now also possible to expose a bean...

Removing from docs: https://github.com/getsentry/sentry-docs/pull/11575