Releases: lukeyouell/craft-sentry
Releases · lukeyouell/craft-sentry
Release list
1.5.1
1.5.0
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
Added
- Added
enabledconfig setting, allowing for exception capturing to be turned on or off per environment
1.4.0
1.3.3
Added
- Added defensive code for
CRAFT_ENVIRONMENT
v1.3.2
Changed
- Set Craft CMS minimum requirement to
^3.0.0-RC11 - Set Sentry minimum requirement to
^1.8.3
v1.3.1
v1.3.0
Added
- Option to ignore certain error codes #2
- Status code now passed as additional data
Changed
- Settings template tweaks
v1.2.1
Changed
- Renamed the composer package name to
craft-sentry