Skip to content

Releases: getsentry/sentry-laravel

1.0.0-beta4

11 Feb 16:47
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
Tag for release: 1.0.0-beta4

1.0.0-beta3

23 Jan 08:35
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
Tag for release: 1.0.0-beta3

1.0.0-beta2

16 Jan 14:11
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
Tag for release: 1.0.0-beta2

1.0.0-beta1

15 Feb 08:14
8fac7c2
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

0.11.0

01 Nov 12:53
2132940
Compare
Choose a tag to compare
  • 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)

0.10.1

26 Oct 13:12
bad3ebf
Compare
Choose a tag to compare
  • Fix support for Laravel 5.0.

0.10.0

04 Sep 13:50
bca732f
Compare
Choose a tag to compare
  • Support for Laravel 5.7.

0.9.2

18 Jul 08:23
f556554
Compare
Choose a tag to compare
  • The sentry:test artisan command no longer requires the secret key in the DSN (secret key in DSN deprecated since Sentry 9).

0.9.1

06 Jul 08:31
2ccd0e0
Compare
Choose a tag to compare
  • Allow setting custom formatter for the log channel. (#145)

0.9.0

03 May 13:08
4b2a43c
Compare
Choose a tag to compare

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)