Skip to content

Releases: getsentry/sentry-laravel

2.13.0

15 Jul 11:38
Compare
Choose a tag to compare
  • Only catch BindingResolutionException when trying to get the PSR-7 request object from the container

2.12.1

27 Jun 13:56
Compare
Choose a tag to compare
  • Fix incorrect release and environment values when using the sentry:test command

2.12.0

05 Apr 10:43
Compare
Choose a tag to compare
  • Add support for normalized route names when using Laravel Lumen (#449)
  • Add support for adding the user ID to the user scope when using Laravel Sanctum (#542)
  • Allow configuration of the send_default_pii SDK option with the SENTRY_SEND_DEFAULT_PII env variable

2.11.1

15 Feb 07:31
Compare
Choose a tag to compare
  • Fix deprecation notice in route name extraction (#543)

2.11.0

19 Jan 10:33
Compare
Choose a tag to compare
  • Add support for Laravel 9 (#534)
  • Fix double wrapping the log channel in a FingersCrossedHandler on Laravel v8.97 and newer when action_level option is set on the Log channel config (#534)
  • Update span operation names to match what Sentry server is expecting (#533)

2.10.2

16 Nov 20:02
Compare
Choose a tag to compare
  • Fix sentry:test command not having correct exit code on success

2.10.1

11 Nov 20:12
Compare
Choose a tag to compare
  • Fix compatibility with Laravel <= 6 of the sentry:test and sentry:publish commands

2.10.0

11 Nov 12:01
Compare
Choose a tag to compare
  • Improve output and DX for sentry:test and sentry:publish commands (#522)

2.9.0

06 Oct 15:27
Compare
Choose a tag to compare
  • Add support for Laravel Octane (#495)
  • Fix bug in Sentry log channel handler checking an undefined variable resulting in an error (#515)
  • Add action_level configuration option for Sentry log channel which configures a Monolog FingersCrossedHandler (#516)

2.8.0

08 Aug 13:20
Compare
Choose a tag to compare
  • Update phpdoc on facade for better IDE autocompletion (#504)
  • Exceptions captured using log channels (Monolog) will now have the correct severity set (#505)
  • Tags passed through log channels (Monolog) context are cast as string to prevent type errors (#507)
  • Add options to the artisan sentry:publish command to better support --no-interaction mode (#509)