Piotr Szczesniak

Results 3 comments of Piotr Szczesniak

Hey @adinauer , thank's for looking into that! > Do you do any manual capturing of errors, breadcrumbs etc.? We don't create/capture/use breadcrumbs. We catch exceptions above the controller's layer...

This is what it looks like after applying these properties: ``` sentry.enable-aot-compatibility=true sentry.logging.minimum-event-level=info sentry.logging.minimum-breadcrumb-level=debug ``` and `BeforeBreadcrumbCallback -> null`: ![image](https://github.com/getsentry/sentry-java/assets/3180182/dab39ff7-14c1-460c-80ad-849806ec1312) Maybe memory consumption became slightly smaller, but it still has...

@adinauer I'm sorry, I can't fork the repo (NDA) and don't have enough time to come up with PoC now. The simplified stack we're using in that service: ``` 17...