mmi / mmi-sentry
MMi Sentry plugin
Installs: 11 983
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.4.0
- mmi/mmi: 4.*
- sentry/sdk: 3.*
README
Sentry plugin compatible with MMi/MMiCms 4.0+
Usage
- Run $this->container->get('sentry.service'); in your application's AppEventInterceptor::init()
- Above operation can be replaced with $this->container->make('sentry.service'); (nicer look)
.env configuration:
- SENTRY_DSN=https://your-account-id/sentry.io/your-channel-id
- SENTRY_ENABLED=1
- SENTRY_ENVIRONMENT=TEST
- SENTRY_RELEASE=1.0