Skip to content

Releases: getsentry/sentry-php

3.3.7

19 Jan 09:42
Compare
Choose a tag to compare
  • Fix the serialization of a callable when the autoloader throws exceptions (#1280)

3.3.6

14 Jan 09:49
1b1c35a
Compare
Choose a tag to compare
  • Optimize Span constructor and add benchmarks (#1274)
  • Handle autoloader that throws an exception while trying to serialize a possible callable (#1276)

3.3.5

28 Dec 09:28
Compare
Choose a tag to compare
  • Bump the minimum required version of the jean85/pretty-package-versions package (#1267)

3.3.4

08 Nov 08:49
Compare
Choose a tag to compare
  • Avoid overwriting the error level set by the user on the event when capturing an ErrorException exception (#1251)
  • Allow installing the project alongside Symfony 6.x components (#1257)
  • Run the test suite against PHP 8.1 (#1245)

3.3.3

04 Oct 12:01
Compare
Choose a tag to compare
  • Fix fatal error in the EnvironmentIntegration integration if the php_uname function is disabled (#1243)

3.3.2

19 Jul 09:30
Compare
Choose a tag to compare
  • Allow installation of guzzlehttp/psr7:^2.0 (#1225)
  • Allow installation of psr/log:^1.0|^2.0|^3.0 (#1229)

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)