Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
3.1.2
I have the following issue:
SentryHostNameCache threads not closed after a web application is undeployed in a servlet container.
Steps to reproduce:
Deploy a web app using Sentry into a servlet container
Actual result:
SentryHostNameCache threads not closed
Expected result:
Calling Sentry.close(); should shutdown HostNameCache#executorService. Maybe even sentry-servlet could close Sentry stuff automatically using a ServletContextListener?
Platform:
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
3.1.2
I have the following issue:
SentryHostNameCache threads not closed after a web application is undeployed in a servlet container.
Steps to reproduce:
Deploy a web app using Sentry into a servlet container
Actual result:
SentryHostNameCache threads not closed
Expected result:
Calling Sentry.close(); should shutdown HostNameCache#executorService. Maybe even sentry-servlet could close Sentry stuff automatically using a ServletContextListener?