tanya
I am trying to integrate with Sentry and it requires me register in the \Espo\Core\Application constructor. Now i can add it in Container as a loader, but without $this->getContainer()->get('MyCustomManager') this manager won't load.
So, my question here is, is there a way to load managers when the application kicks off or when index.php of application is called
I am trying to integrate with Sentry and it requires me register in the \Espo\Core\Application constructor. Now i can add it in Container as a loader, but without $this->getContainer()->get('MyCustomManager') this manager won't load.
So, my question here is, is there a way to load managers when the application kicks off or when index.php of application is called
Comment