Releases: getsentry/sentry-laravel
Releases · getsentry/sentry-laravel
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
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.0of Sentry PHP SDK - Add support for Tracing, enable it by setting
traces_sample_ratein the config to a value > 0 (the value should be larger than0.0and smaller or equal than1.0(to send everything))
1.9.0
2.0.0-beta1
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-beta1of Sentry PHP SDK - Add support for Tracing, enable it by setting
traces_sample_ratein the config to a value > 1
1.8.0
- Add
send_default_piioption by default to published config file (#340) - Update
.gitattributesto exclude more files from dist release (#341) - Ignore log breadcrumbs when
nullis the message logged (#345) - Fix
breadcrumbs.queue_infocontrolling breadcrumbs generated by commands (#350) - Add
breadcrumbs.command_infoto control breadcrumbs generated by commands (#350) - Fixed scope data in queue jobs being lost in some cases (#351)