Releases: kodus/sentry
2.1.1
2.1.0
Patch release
Minor bugfix with a small breaking change from 2.0.0
: filters are now applied against absolute rather than relative paths (since we don't necessarily have relative paths at all - it depends on whether we have a root-path setting; but that shouldn't affect the filter behavior.)
Feature release
This release introduces a simple abstraction of Event Capture, and the option to buffer and defer the capture of events - as well as implementing your own custom strategy.
Breaking changes are documented here and affect the bootstrapping of the client only - there are no breaking changes to the public interfaces beyond the constructors.
This release also includes an enhancement to the exception reporter, which now supports filtering of files from stack-traces - if you use flat PHP configuration-files, this enables you to filter those, so that security-sensitive information (like passwords) don't appear in stack-traces.
1.0.0
show options