Skip to content

Releases: hellowearemito/yii2-sentry

1.0.4

28 Nov 17:01
a754ab1
Compare
Choose a tag to compare

skip DSN validation if component is disabled

1.0.3

28 Nov 15:29
c293a45
Compare
Choose a tag to compare

Update sentry dependencies.

  • set sentry-php and raven-js version constraints broader
  • update yii2 version constraint to prevent breaking when yiisoft/yii2 2.1 is released.

1.0.2

30 Mar 15:39
Compare
Choose a tag to compare

set the environment property of clients instead of store it as a tag

1.0.1

27 Mar 11:13
Compare
Choose a tag to compare

Fix logging of array messages

1.0.0

21 Mar 11:23
Compare
Choose a tag to compare
  • 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