sentry-module
sentry-module copied to clipboard
Does not bootstrap in Laminas CLI
Currently this module relies on onBootstrap to bootstrap sentry into the environment. This is only called when used with an mvc controller. Laminas CLI does not call onBootstrap when initializing a module.
It does however call init, and there is a post init event which may be an opportunity to bootstrap the module in a different way. I am exploring some options to allow it to work with laminas cli and the mvc stack.