Skip to content

Releases: lukeyouell/craft-sentry

1.5.1

12 Mar 16:00
43d041b
Compare
Choose a tag to compare

Added

  • Reinstated the enabled setting #17

1.5.0

14 Feb 16:19
27cb1d7
Compare
Choose a tag to compare

Added

  • 3.1 compatibility
  • Support for environment variables
  • 'Environment' setting so that you can define the environment value sent to Sentry, instead of using Craft's environment value.

Changed

  • Craft CMS requirement now set at ^3.1
  • New icon
  • Simplified settings templates
  • 404 exceptions are excluded by default
  • App name, edition and version information now provided to Sentry
  • Environment value moved from additional information to client config

Removed

  • Authentication token and project settings as these values are no longer required
  • 'Enabled' setting as this can be handled by disabling the plugin itself

1.4.1

06 Nov 15:01
d55a772
Compare
Choose a tag to compare

Added

  • Added enabled config setting, allowing for exception capturing to be turned on or off per environment

1.4.0

21 Sep 14:04
dce7d98
Compare
Choose a tag to compare

Changed

  • Improved settings templates
  • General housekeeping

Fixed

  • Excluded status codes being ignored if values included a whitespace (#5)
  • Potential for twig to error if only the auth token is saved (#4)
  • Environment wasn't being passed onto Sentry (#8)
  • Twig exceptions weren't being captured (#7)

1.3.3

25 Apr 13:48
b8bc5dc
Compare
Choose a tag to compare

Added

  • Added defensive code for CRAFT_ENVIRONMENT

v1.3.2

12 Mar 16:52
bbf9f68
Compare
Choose a tag to compare

Changed

  • Set Craft CMS minimum requirement to ^3.0.0-RC11
  • Set Sentry minimum requirement to ^1.8.3

v1.3.1

09 Feb 11:18
8f824b3
Compare
Choose a tag to compare

Fixed

  • Missing settings for excludedCodes

v1.3.0

09 Feb 11:14
b4fbdf0
Compare
Choose a tag to compare

Added

  • Option to ignore certain error codes #2
  • Status code now passed as additional data

Changed

  • Settings template tweaks

v1.2.1

09 Feb 09:25
ba090d7
Compare
Choose a tag to compare

Changed

  • Renamed the composer package name to craft-sentry

v1.2.0

08 Feb 16:29
197c1f2
Compare
Choose a tag to compare

Added

  • Multi-environment support