Adam Negaard
Adam Negaard
Is there any way to avoid the memory leaks in tomcat 9 caused by this issue? It's is causing developers to have to restart tomcat whenever we have redeployed applications...
Hi @adinauer, thanks for taking the time to get back to me. We are using Spring Boot, for developing API's. We build our applications as .WAR files, and deploy them...
@adinauer I did try this approach, but does not seem to solve the problem. A `IHub` is being created in many different threads which I do not directly have control...
@adinauer I created a PR https://github.com/getsentry/sentry-java/pull/2711 with the changes described above. Would you or any of the other maintainers mind looking at it, and getting back with feedback if any?...