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 - 1.2.1

Published by HazAT about 5 years ago

  • Fix fatal error when user context is not an array when using log channels (#272)
sentry-laravel - 1.2.0

Published by HazAT about 5 years ago

  • Support for Laravel 6 (#269)
sentry-laravel - 1.1.1

Published by HazAT about 5 years ago

  • Fix custom container alias (#263)
sentry-laravel - 1.1.0

Published by HazAT over 5 years ago

  • Register alias HubInterface to container (#249)
  • Resolve integrations option from the container (#239)
sentry-laravel - 1.0.2

Published by HazAT over 5 years ago

  • Track Artisan command invocation in breadcrumb (#232)
  • Fixed sql_bindings configuration fallback (#231)
  • Fixed events generated in queue worker not sending until worker exits (#228)
  • Add phpDoc methods to the facade for better autocompletion (#226)
  • Fallback to SENTRY_DSN if defined in env (#224)
sentry-laravel - 1.0.1

Published by HazAT over 5 years ago

  • Fix the configuration syntax for the sql bindings in breadcrumbs configuration option to be compatible with Laravel (#207)
  • Prevent registering events when no DSN is set (#205)
sentry-laravel - 1.0.0

Published by HazAT over 5 years ago

  • This version requires sentry/sentry >= 2.0 and also PHP >= 7.1
  • Support for Laravel 5.8
  • Be advised app('sentry') now no longer returns the "old" Raven_Client instead it will return \Sentry\State\Hub

Please see Docs for detailed usage.

sentry-laravel - 1.0.0-beta5

Published by HazAT over 5 years ago

sentry-laravel -

Published by HazAT over 5 years ago

sentry-laravel - 1.0.0-beta4

Published by HazAT over 5 years ago

sentry-laravel - 1.0.0-beta3

Published by HazAT over 5 years ago

sentry-laravel - 1.0.0-beta2

Published by HazAT almost 6 years ago

sentry-laravel - 0.11.0

Published by stayallive almost 6 years ago

  • Correctly merge the user config with the default configuration file (#163)
  • Listen for queue events and flush the send queue and breadcrumd queue (#153)
  • Add tag with the console command name to the event (#146)
sentry-laravel - 0.10.1

Published by stayallive almost 6 years ago

  • Fix support for Laravel 5.0.
sentry-laravel - 0.10.0

Published by stayallive about 6 years ago

  • Support for Laravel 5.7.
sentry-laravel - 0.9.2

Published by stayallive over 6 years ago

  • The sentry:test artisan command no longer requires the secret key in the DSN (secret key in DSN deprecated since Sentry 9).
sentry-laravel - 0.9.1

Published by stayallive over 6 years ago

  • Allow setting custom formatter for the log channel. (#145)
sentry-laravel - 0.9.0

Published by stayallive over 6 years ago

This version no longer supports Laravel 4.x, version 0.8.x will ofcourse still work for Laravel 4.

  • Set user_context configuration default to false. (#132)
  • Update SENTRY_DSN env variable name to SENTRY_LARAVEL_DSN. (#130)
  • Improved default app_path for Lumen to include entire application code, excluding vendor. (#128)
  • Remove Laravel 4 support. (#123)
  • Add support for Laravel 5.6 log channels. (#122)
  • Type hint Laravel contracts instead of implementation. (#107)
sentry-laravel - 0.5.0

Published by stayallive about 7 years ago

  • Require sentry/sentry >= 1.6.0.
  • Allow overriding abstract type Sentry is bound to in service container.
sentry-laravel - 0.6.0

Published by stayallive about 7 years ago

  • Support for Laravel 5.4.