Skip to content

Releases: getsentry/sentry-laravel

2.0.0-beta1

03 Sep 12:13
2c7a6d9
Compare
Choose a tag to compare
2.0.0-beta1 Pre-release
Pre-release

Breaking Change: This version uses the envelope endpoint. If you are
using an on-premise installation it requires Sentry version >= v20.6.0 to work. If you are using
sentry.io nothing will change and no action is needed.

  • Using 3.0.0-beta1 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 1

1.8.0

02 Jun 16:45
912731d
Compare
Choose a tag to compare
  • Add send_default_pii option by default to published config file (#340)
  • Update .gitattributes to exclude more files from dist release (#341)
  • Ignore log breadcrumbs when null is the message logged (#345)
  • Fix breadcrumbs.queue_info controlling breadcrumbs generated by commands (#350)
  • Add breadcrumbs.command_info to control breadcrumbs generated by commands (#350)
  • Fixed scope data in queue jobs being lost in some cases (#351)

1.7.1

01 Apr 17:20
8ec4695
Compare
Choose a tag to compare
  • Discard Laravel 7 route cache generated route names (#337)

1.7.0

26 Feb 11:05
7268475
Compare
Choose a tag to compare
  • Support for Laravel 7 (#330)

1.6.2

14 Feb 12:45
7debcb2
Compare
Choose a tag to compare
  • Fix for default integrations not disabled (#327)

1.6.1

24 Jan 08:07
6ccb88d
Compare
Choose a tag to compare
  • Fix queue events with missing handler suffix (#322)

1.6.0

23 Jan 10:31
50eb00e
Compare
Choose a tag to compare
  • Use default breadcrumb type for handled events (#303)
  • Support Sentry SDK ^2.3 (and drop support for older versions) (#316)
  • Fix queue events to correctly flush events when not running a queue deamon (#318)

1.5.0

11 Nov 13:19
724e86b
Compare
Choose a tag to compare
  • Fix throwing errors when installed when config cache is active (6214338)
  • Allow any log level to create breadcrumbs (#297)
  • Allow decorating the ClientBuilderInterface from the register method of a Service Provider (#290)

1.4.1

18 Oct 07:32
c06c2df
Compare
Choose a tag to compare
  • Fix default Monolog logger level being invalid when using the Log channel (#287)

1.4.0

16 Oct 09:16
d1d6136
Compare
Choose a tag to compare
  • Add the query execution time to the query breadcrumb (#283)
  • Do not register default error and fatal listeners to prevent duplicated events (#280)