Skip to content

Releases: getsentry/sentry-laravel

1.4.0

16 Oct 09:16
d1d6136
Compare
Choose a tag to compare
  • Add the query execution time to the query breadcrumb (#283)
  • Do not register default error and fatal listeners to prevent duplicated events (#280)

1.3.1

01 Oct 12:08
Compare
Choose a tag to compare
  • Fix compatibility with sentry/sentry 2.2+ (#276)

1.3.0

24 Sep 07:27
Compare
Choose a tag to compare
  • Add compatibility with sentry/sentry 2.2+ (#273)

1.2.1

16 Sep 08:00
Compare
Choose a tag to compare
  • Fix fatal error when user context is not an array when using log channels (#272)

1.2.0

03 Sep 07:49
Compare
Choose a tag to compare
  • Support for Laravel 6 (#269)

1.1.1

23 Aug 07:21
Compare
Choose a tag to compare
  • Fix custom container alias (#263)

1.1.0

04 Jul 10:49
Compare
Choose a tag to compare
  • Register alias HubInterface to container (#249)
  • Resolve integrations option from the container (#239)

1.0.2

24 Apr 12:23
Compare
Choose a tag to compare
  • 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)

1.0.1

15 Mar 11:57
126cc5e
Compare
Choose a tag to compare
  • 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)

1.0.0

25 Feb 09:18
Compare
Choose a tag to compare
  • 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.