Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Sean CorfieldSean CorfieldComponents
Fix versions
Priority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Sean Corfield
Sean CorfieldComponents
Fix versions
Priority
Sentry
Sentry
Sentry
Created October 21, 2024 at 11:59 AM
Updated October 21, 2024 at 12:14 PM
Resolved October 21, 2024 at 12:14 PM
Setup the thread's context class loader when an application is defined with the correct loader from the Applications java settings.
This will allow third-party libraries to be able to get the appropriate class loader.
This will be done when applications are defined.
Also, this will affect any new thread created from our threading facilities.
This also introduces the
getRequestClassLoader()
which can be used for native interop if needed.