sentry-laravel

The official Laravel SDK for Sentry (sentry.io)

MIT License

Downloads
71.3M
Stars
1.2K
Committers
82

Bot releases are visible (Hide)

sentry-laravel - 2.12.0

Published by getsentry-bot over 2 years ago

  • 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
sentry-laravel - 2.11.1

Published by getsentry-bot over 2 years ago

  • Fix deprecation notice in route name extraction (#543)
sentry-laravel - 2.11.0

Published by getsentry-bot almost 3 years ago

  • 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)
sentry-laravel - 2.10.2

Published by getsentry-bot almost 3 years ago

  • Fix sentry:test command not having correct exit code on success
sentry-laravel - 2.10.1

Published by getsentry-bot almost 3 years ago

  • Fix compatibility with Laravel <= 6 of the sentry:test and sentry:publish commands
sentry-laravel - 2.10.0

Published by getsentry-bot almost 3 years ago

  • Improve output and DX for sentry:test and sentry:publish commands (#522)
sentry-laravel - 2.9.0

Published by getsentry-bot about 3 years ago

  • 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)
sentry-laravel - 2.8.0

Published by getsentry-bot about 3 years ago

  • 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)
sentry-laravel - 2.7.0

Published by getsentry-bot over 3 years ago

  • Replace type hint of concrete type (Sentry\State\Hub) with interface (Sentry\State\HubInterface) in SentryHandler constructor (#496)
  • Use latest version of the Sentry PHP SDK (#499)
sentry-laravel - 2.6.0

Published by getsentry-bot over 3 years ago

  • Add all log context as log_context to events when using the log channel (#489)
  • Add integration to improve performance tracing for Laravel Lighthouse (#490)
sentry-laravel - 2.5.3

Published by getsentry-bot over 3 years ago

  • Correctly call flush on the PHP SDK client (#484)
  • Fix errors on Laravel 5.x caused by Laravel not using nyholm/psr7 to generate PSR-7 request but older zendframework/zend-diactoros package which might not be available
sentry-laravel - 2.5.2

Published by getsentry-bot over 3 years ago

  • Fix problem with parsing uploaded files from request after they have been moved (#487)
sentry-laravel - 2.5.1

Published by getsentry-bot over 3 years ago

  • Fix problem with queue tracing when triggered from unit tests or when missing a queue name in the event
sentry-laravel - 2.5.0

Published by getsentry-bot over 3 years ago

  • 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)
sentry-laravel - 2.4.2

Published by getsentry-bot over 3 years ago

  • Avoid collision if another package has bound sentry in the Laravel container (#467)
sentry-laravel - 2.4.1

Published by getsentry-bot over 3 years ago

  • Fix type hints incompatible with Laravel Lumen (#462)
sentry-laravel - 2.4.0

Published by getsentry-bot over 3 years ago

  • 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.*
sentry-laravel - 2.3.1

Published by HazAT almost 4 years ago

  • Fix problems when enabling tracing on Laravel Lumen (#416)
  • PHP 8 Support (#431)
sentry-laravel - 2.3.0

Published by HazAT almost 4 years ago

  • Bump Sentry SDK to 3.1.* (#420)
sentry-laravel - 2.2.0

Published by HazAT almost 4 years ago

  • Fix incorrectly stripped base controller action from transaction name (#406)
  • Move tracing request/response data hydration to the tracing middleware (#408)