waifu-motivator/waifu-motivator-plugin

Deferred Sentry Intialization.

Unthrottled opened this issue · 0 comments

Once Sentry is initialized, it loves to capture any exceptions thrown in the java process. So stuff that isn't caused by this plugin gets reported.

Well there are some other plugins that love to throw exceptions, and Sentry is like: "Yeah you definitely need to see these".

Need to defer sentry initialization when an exception is actually thrown by this plugin.