sentry-module icon indicating copy to clipboard operation
sentry-module copied to clipboard

Does not bootstrap in Laminas CLI

Open datasage opened this issue 2 years ago • 0 comments

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.

datasage avatar Jun 02 '23 12:06 datasage