v3.0.0
What's Changed
- Align return type of
captureMessagetocaptureThrowableby @kdambekalns in #39 - Add log entries as breadcrumbs for Sentry events by @kdambekalns in #38
- !!! Refactor
excludeExceptionTypeshandling by @kdambekalns in #37
Updating
If you adjusted the settings for excludeExceptionTypes, those need to be adjusted from
excludeExceptionTypes:
- 'AcmeCom\Foo\Exception\InvalidControllerException'to
excludeExceptionTypes:
'AcmeCom\Foo\Exception\InvalidControllerException': trueFull Changelog: v2.1.1...v3.0.0