Skip to content

Releases: getsentry/sentry-laravel

2.5.1

29 Apr 11:41
Compare
Choose a tag to compare
  • Fix problem with queue tracing when triggered from unit tests or when missing a queue name in the event

2.5.0

29 Apr 07:13
Compare
Choose a tag to compare
  • Add sql.origin to SQL query spans with the file and line where the SQL query originated from (#398)
  • Remove wrapper around the context of log entry breadcrumbs (#405)
  • Ensure user integrations are always executed after SDK integrations (#474)
  • Fix repeated booted callback registration from performance tracing middleware (#475)
  • Add tracing support for queue jobs, enable with SENTRY_TRACE_QUEUE_ENABLED=true (#478)
  • Add options to disable parts of performance tracing (#478)
  • Remove string representation of exception from exceptions logged through log channels (#482)
  • Use message from Monolog record to prevent bloating the log message being recorded with timestamps and log log level (#482)
  • Add report_exceptions option to the Sentry log channel that can be set to false to not report exceptions (#482)

2.4.2

25 Mar 07:23
Compare
Choose a tag to compare
  • Avoid collision if another package has bound sentry in the Laravel container (#467)

2.4.1

08 Mar 11:46
Compare
Choose a tag to compare
  • Fix type hints incompatible with Laravel Lumen (#462)

2.4.0

08 Mar 08:36
Compare
Choose a tag to compare
  • Read the request IP from the Laravel request to make it more accurate when behind a reverse proxy (requires trusted proxies to be setup correctly) (#419)
  • Get request information (like the URL) from the Laravel request instead of constructing it from the global state (#419)
  • Fix generated route name not correctly ignored when using prefix (#441)
  • Fix overwriting the transaction name if it's set by the user (#442)
  • Add result from optional context(): array method on captured exception to the event sent to Sentry (#457)
  • Fix not overwriting the event transaction name if it was an empty string (#460)
  • Bump Sentry SDK to 3.2.*

2.3.1

07 Dec 10:57
3c8b6c0
Compare
Choose a tag to compare
  • Fix problems when enabling tracing on Laravel Lumen (#416)
  • PHP 8 Support (#431)

2.3.0

01 Dec 14:06
Compare
Choose a tag to compare
  • Bump Sentry SDK to 3.1.* (#420)

2.2.0

04 Nov 15:34
f4c663b
Compare
Choose a tag to compare
  • Fix incorrectly stripped base controller action from transaction name (#406)
  • Move tracing request/response data hydration to the tracing middleware (#408)

2.1.1

08 Oct 08:35
882d1cd
Compare
Choose a tag to compare
  • Fix for potential Undefined index: controllers_base_namespace. notice

2.1.0

06 Oct 08:44
1815b6e
Compare
Choose a tag to compare
  • Added a option (controllers_base_namespace) to strip away the controller base namespace for cleaner transaction names (#393)
  • Fix incompatibility with other packages that also decorate the view engine, like Livewire (#395)