Releases: getsentry/sentry-php
Releases · getsentry/sentry-php
3.3.1
- Fix missing collecting of frames's arguments when using
captureEvent()
without expliciting a stacktrace or an exception (#1223)
3.3.0
- Allow setting a custom timestamp on the breadcrumbs (#1193)
- Add option
ignore_tags
to IgnoreErrorsIntegration
in order to ignore exceptions by tags values. (#1201)
3.2.2
- Fix missing handling of
EventHint
in the HubAdapter::capture*()
methods (#1206)
3.2.1
- Changes behaviour of
error_types
option when not set: before it defaulted to error_reporting()
statically at SDK initialization; now it will be evaluated each time during error handling to allow silencing errors temporarily (#1196)
3.2.0
- Make the HTTP headers sanitizable in the
RequestIntegration
integration instead of removing them entirely (#1161)
- Deprecate the
logger
option (#1167)
- Pass the event hint from the
capture*()
methods down to the before_send
callback (#1138)
- Deprecate the
tags
option, see the docs for other ways to set tags (#1174)
- Make sure the
environment
field is set to production
if it has not been overridden explicitly (#1116)
3.1.5
- Fix incorrect detection of silenced errors (by the
@
operator) (#1183)
3.1.4
- Allow jean85/pretty-package-versions 2.0 (#1170)
2.5.2
- Allow jean85/pretty-package-versions 2.0 (#1171, backport of #1170 from 3.x)
3.1.3
- Fix the fetching of the version of the SDK (#1169)
- Add the
$customSamplingContext
argument to Hub::startTransaction()
and HubAdapter::startTransaction()
to fix deprecations thrown in Symfony (#1176)
3.1.2
- Fix unwanted call to the
before_send
callback with transaction events, use traces_sampler
instead to filter transactions (#1158)
- Fix the
logger
option not being applied to the event object (#1165)
- Fix a bug that made some event attributes being overwritten by option config values when calling
captureEvent()
(#1148)