Skip to content

Releases: getsentry/sentry-php

3.3.1

21 Jun 08:06
Compare
Choose a tag to compare
  • Fix missing collecting of frames's arguments when using captureEvent() without expliciting a stacktrace or an exception (#1223)

3.3.0

26 May 09:17
Compare
Choose a tag to compare
  • 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

06 May 10:32
Compare
Choose a tag to compare
  • Fix missing handling of EventHint in the HubAdapter::capture*() methods (#1206)

3.2.1

06 Apr 08:04
Compare
Choose a tag to compare
  • 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

03 Mar 13:57
Compare
Choose a tag to compare
  • 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

18 Feb 14:34
Compare
Choose a tag to compare
  • Fix incorrect detection of silenced errors (by the @ operator) (#1183)

3.1.4

02 Feb 21:27
Compare
Choose a tag to compare
  • Allow jean85/pretty-package-versions 2.0 (#1170)

2.5.2

02 Feb 21:29
Compare
Choose a tag to compare
  • Allow jean85/pretty-package-versions 2.0 (#1171, backport of #1170 from 3.x)

3.1.3

25 Jan 12:09
Compare
Choose a tag to compare
  • 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

08 Jan 12:42
Compare
Choose a tag to compare
  • 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)