Skip to content

Releases: getsentry/sentry-laravel

2.0.1

01 Oct 12:19
Compare
Choose a tag to compare
  • Improve performance tracing by nesting view.render spans and adding a app.handle span showing how long the actual application code runs after Laravel bootstrapping (#387)
  • Improve UX of sentry:publish command

2.0.0

28 Sep 08:35
Compare
Choose a tag to compare

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.

Tracing API / Monitor Performance

In this version, we released API for Tracing. \Sentry\startTransaction is your entry point for manual instrumentation.
More information can be found in our Performance docs.

  • Using ^3.0 of Sentry PHP SDK
  • Add support for Tracing, enable it by setting traces_sample_rate in the config to a value > 0 (the value should be larger than 0.0 and smaller or equal than 1.0 (to send everything))

1.9.0

07 Sep 07:50
8567e70
Compare
Choose a tag to compare
  • Respect the SENTRY_ENVIRONMENT environment variable to override the Laravel environment (#354)
  • Support for Laravel 8 (#374)

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)