Alexander Dinauer

Results 410 comments of Alexander Dinauer

@markushi I wrote this down as driver of the sync meeting. Can't remember who brought this up, probably @romtsn or @marandaneto. Maybe they can help out here 🙏

Closing this in favor of https://github.com/getsentry/sentry-java/issues/2546

Closing as it has been implemented again in #2246

@RobicToNieMaKomu thanks for opening this issue. We'll take a look and update here.

@RobicToNieMaKomu I can confirm, we're using up more memory on startup but after manually triggering GC, it ends up roughly the same. ## How I tested - I fired up...

@RobicToNieMaKomu if you're not using any of our AOP features (`@SentryTransaction`, `@SentrySpan`, `@SentryCheckIn` annotations) you could try to disable those using `sentry.enable-aot-compatibility=true` and see if that helps lower the initial...

Here's another screenshot showing memory consumption with above mentioned test procedure and `sentry.enable-aot-compatibility=true`:

@RobicToNieMaKomu you can also try playing with these settings: ``` sentry.logging.minimum-event-level=info sentry.logging.minimum-breadcrumb-level=debug ``` and you could drop all breadcrumbs from `BeforeBreadcrumbCallback`. Should be as simple as providing a spring bean...

@RobicToNieMaKomu can you please provide a sample that allows us to reprodue the issue, maybe by forking the repo and adding to our [Spring Boot 3 Webflux Sample](https://github.com/getsentry/sentry-java/tree/main/sentry-samples/sentry-samples-spring-boot-webflux-jakarta). I'm assuming...

Oh and are you using any special garbage collector settings?