sentry-laravel

The official Laravel SDK for Sentry (sentry.io)

MIT License

Downloads
71.3M
Stars
1.2K
Committers
82

Bot releases are hidden (Show)

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)
sentry-laravel - 2.1.1

Published by HazAT about 4 years ago

  • Fix for potential Undefined index: controllers_base_namespace. notice
sentry-laravel - 2.1.0

Published by HazAT about 4 years ago

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

Published by HazAT about 4 years ago

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

Published by HazAT about 4 years ago

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))
sentry-laravel - 1.9.0

Published by HazAT about 4 years ago

  • Respect the SENTRY_ENVIRONMENT environment variable to override the Laravel environment (#354)
  • Support for Laravel 8 (#374)
sentry-laravel - 2.0.0-beta1

Published by HazAT about 4 years ago

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
sentry-laravel - 1.8.0

Published by HazAT over 4 years ago

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

Published by HazAT over 4 years ago

  • Discard Laravel 7 route cache generated route names (#337)
sentry-laravel - 1.7.0

Published by HazAT over 4 years ago

  • Support for Laravel 7 (#330)
sentry-laravel - 1.6.2

Published by HazAT over 4 years ago

  • Fix for default integrations not disabled (#327)
sentry-laravel - 1.6.1

Published by HazAT over 4 years ago

  • Fix queue events with missing handler suffix (#322)
sentry-laravel - 1.6.0

Published by HazAT over 4 years ago

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

Published by HazAT almost 5 years ago

  • Fix throwing errors when installed when config cache is active (6214338)
  • Allow any log level to create breadcrumbs (#297)
  • Allow decorating the ClientBuilderInterface from the register method of a Service Provider (#290)
sentry-laravel - 1.4.1

Published by mitsuhiko about 5 years ago

  • Fix default Monolog logger level being invalid when using the Log channel (#287)
sentry-laravel - 1.4.0

Published by HazAT about 5 years ago

  • Add the query execution time to the query breadcrumb (#283)
  • Do not register default error and fatal listeners to prevent duplicated events (#280)
sentry-laravel - 1.3.1

Published by HazAT about 5 years ago

  • Fix compatibility with sentry/sentry 2.2+ (#276)
sentry-laravel - 1.3.0

Published by HazAT about 5 years ago

  • Add compatibility with sentry/sentry 2.2+ (#273)