Skip to content

Releases: born05/craft-sentry

3.0.0

13 Jun 12:45
Compare
Choose a tag to compare

Changed

  • Added craft 5 support
  • Moved to Sentry PHP SDK 4.x
  • Moved to latest Sentry Browser SDK
  • Client settings are removed in favor of Sentry's "Loader Script" settings page.
  • Removed performanceMonitoring and autoSessionTracking settings.
  • Added ignoreErrors option

3.0.0-beta.1

29 Mar 15:38
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changed

  • Added craft 5 support
  • Moved to Sentry PHP SDK 4.x
  • Moved to latest Sentry Browser SDK
  • Client settings are removed in favor of Sentry's "Loader Script" settings page.
  • Removed performanceMonitoring and autoSessionTracking settings.

2.0.1

16 Sep 13:57
Compare
Choose a tag to compare

Changed

  • If the exception is a Twig Runtime exception, use the previous one instead. Thanks to @kringkaste

2.0.0

13 Jul 08:15
Compare
Choose a tag to compare

Changed

  • Fixed craft 4 support
  • Use CRAFT_APP_ID env instead of APP_ID env.
  • Use CRAFT_ENVIRONMENT env instead of the CRAFT_ENVIRONMENT constant.

2.0.0-beta.1

08 Mar 08:34
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

Added craft 4 support

1.1.2

11 May 08:09
Compare
Choose a tag to compare

Change

  • Make performanceMonitoring optional

1.1.1

07 May 12:14
Compare
Choose a tag to compare

Added

  • Added autoSessionTracking support.

Change

  • Updated sentry js client from 5.29.2 to 6.3.5

1.1.0

15 Apr 13:34
Compare
Choose a tag to compare

Added

  • Console errors are now captured.

1.0.12

11 Mar 08:29
Compare
Choose a tag to compare

Added sampleRate config option. Thanks to @brianjhanson

1.0.11

15 Jan 14:13
Compare
Choose a tag to compare

Added getSentry method and docblock. Thanks to @joshuabaker