Piotr Szczesniak
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`:  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...