Releases: hellowearemito/yii2-sentry
Releases · hellowearemito/yii2-sentry
1.0.4
1.0.3
Update sentry dependencies.
- set
sentry-php
andraven-js
version constraints broader - update yii2 version constraint to prevent breaking when
yiisoft/yii2
2.1 is released.
1.0.2
set the environment property of clients instead of store it as a tag
1.0.1
Fix logging of array messages
1.0.0
- validate sentry DSN even if the component is disabled
- DSN is required even if the component is disabled
- default environment tag is
production
- remove deprecated methods and properties
- separate init method's content to individual methods
- renamed
\mito\sentry\SentryComponent
to\mito\sentry\Component
and\mito\sentry\SentryTarget
to\mito\sentry\Target
- catch array type exceptions and show it nicely in Sentry