PackageTrack
Sign in Get early access

bugsnag/bugsnag-laravel

Official Bugsnag notifier for Laravel applications.

v2.30.0 37M downloads/mo #917 most downloaded on Packagist bugsnag/bugsnag-laravel

What this package is like to depend on

Last release 4 months ago

08 Apr 2026

Release timing varies

gaps range from 4 weeks to 1.1 years

Most releases are documented

notes for 53 of 72 stable releases

Nothing withdrawn

no release was ever pulled

13 years old

74 releases · first in 2013

1 release in the last 12 months

see the full history below

Release timeline

74 releases · Nov 2013 to Apr 2026
2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 60 of 74
  1. v2.30.0 08 Apr 2026
    Release notes
    • Adds support for laravel 13 #568
    Open source →
    Release notes
    • Adds support for laravel 13 #568
    Open source →
  2. v2.29.0 26 Feb 2025
    Release notes
    • Adds support for laravel 12 #553
    • Adds support for running laravel using octane:
    Open source →
    Release notes
    • Adds support for laravel 12 #553
    • Adds support for running laravel using octane:
    Open source →
  3. v2.28.1 13 Jan 2025
    Release notes

    This release should ensure compatibility with PHP 8.4 by removing the usage of certain
    deprecated features by:

    • Removing type annotations from parameters defaulting to null. Comment type annotations will continue to be present and accurate

    Fixes

    • Ensure PHP 8.4 compatibility
      #547
    Open source →
    Release notes

    This release should ensure compatibility with PHP 8.4 by removing the usage of certain deprecated features by:

    • Removing type annotations from parameters defaulting to null. Comment type annotations will continue to be present and accurate

    Fixes

    • Ensure PHP 8.4 compatibility #547
    Open source →
  4. v2.28.0 03 Jun 2024
    Release notes

    Enhancements

    • Attach Laravel 11's Context to events as metadata under the key 'Laravel Context'. Hidden context will added under the key 'Laravel Hidden Context' only if the new configuration option attach_hidden_context is enabled, either in config/bugsnag.php or via the environment variable BUGSNAG_ATTACH_HIDDEN_CONTEXT
      #537
    Open source →
    Release notes

    Enhancements

    • Attach Laravel 11's Context to events as metadata under the key 'Laravel Context'. Hidden context will added under the key 'Laravel Hidden Context' only if the new configuration option attach_hidden_context is enabled, either in config/bugsnag.php or via the environment variable BUGSNAG_ATTACH_HIDDEN_CONTEXT #537
    Open source →
  5. v2.27.0 13 Mar 2024
    Release notes
    Open source →
    Release notes

    Enhancements

    Open source →
  6. v2.26.0 16 Feb 2023
    Release notes

    Enhancements

    Open source →
    Release notes

    Enhancements

    Open source →
  7. v2.25.1 17 Jan 2023
    Release notes

    Enhancements

    • Ensure events are sent from queues when using Laravel Vapor
      #511

    Bug fixes

    • Fix events from CLI commands always being handled when using the NunoMaduro\Collision package
      #503

    • Fix breadcrumbs leaking between queued jobs when using Laravel Vapor
      #511

    Open source →
    Release notes

    Enhancements

    • Ensure events are sent from queues when using Laravel Vapor #511

    Bug fixes

    • Fix events from CLI commands always being handled when using the NunoMaduro\Collision package #503

    • Fix breadcrumbs leaking between queued jobs when using Laravel Vapor #511

    Open source →
  8. v2.25.0 25 Oct 2022
    Release notes

    Enhancements

    • Added support for Monolog 3.0
      #489

    • Add max_breadcrumbs config option for configuring the maximum number of breadcrumbs to attach to a report
      #496

    Open source →
    Release notes

    Enhancements

    • Added support for Monolog 3.0 #489

    • Add max_breadcrumbs config option for configuring the maximum number of breadcrumbs to attach to a report #496

    Open source →
  9. v2.24.0 20 May 2022
    Release notes

    Enhancements

    Open source →
    Release notes

    Enhancements

    • New APIs to support feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments. #487
    Open source →
  10. v2.23.0 09 Feb 2022
    Release notes

    Enhancements

    • Allow installation on Laravel 9 projects
      jdanio
      #470
      #477
    • Allow installing Bugsnag PSR Logger v2. This adds support for PSR Log v3
      #471
    Open source →
    Release notes

    Enhancements

    • Allow installation on Laravel 9 projects jdanio #470 #477
    • Allow installing Bugsnag PSR Logger v2. This adds support for PSR Log v3 #471
    Open source →
  11. v2.22.2 06 Sep 2021
    Release notes

    Bug Fixes

    • Fix events in Lumen always being handled #452
    Open source →
  12. v2.22.1 29 Apr 2021
    Release notes

    Bug Fixes

    • Fix a possible crash in the OOM bootstrapper with an incomplete container #442
    Open source →
  13. v2.22.0 10 Feb 2021
    Release notes

    Enhancements

    • Out of memory errors can now be reported by registering the new OomBootstrapper in your HTTP kernel, which will increase the memory limit by 5 MiB when an OOM occurs. See the docs for more details: Laravel Lumen #430

    • Support the new discardClasses configuration option. This allows events to be discarded based on the exception class name or PHP error name. #431

    • Support the new redactedKeys configuration option. This is similar to filters but allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching. #432

    Deprecations

    • The filters configuration option is now deprecated as redactedKeys can express everything that filters could and more.
    Open source →
  14. v2.21.0 25 Nov 2020
    Release notes

    Enhancements

    • Use Guzzle instance with the bugsnag.guzzle alias, if one exists. If bugsnag.guzzle does not exist, a new Guzzle instance will be created as before #420
    Open source →
  15. v2.20.1 13 Oct 2020
    Release notes
    • The default value for filters in config/bugsnag.php is now null instead of ['password']. This allows the default filters from Bugsnag PHP to be used. Existing projects can make the same change to benefit from the new default filters in Bugsnag PHP v3.23.0 #413
    Open source →
  16. v2.20.0 09 Sep 2020
    Release notes

    Enhancements

    Open source →
  17. v2.19.0 11 May 2020
    Release notes

    Enhancements

    • Add new options for using regexes to match the project root and strip path jpcid #398
    Open source →
  18. v2.18.0 26 Feb 2020
    Release notes

    Enhancements

    • Allow installation on Laravel 7 projects #385

    Bug Fixes

    • Fixed determining the builder name #387

    • Added support for PHP 7.3 and 7.4 #374 #385

    Open source →
  19. v2.17.1 10 Sep 2019
    Release notes

    Bug Fixes

    Open source →
  20. v2.17.0 29 Aug 2019
    Release notes

    Enhancements

    Bug Fixes

    • Disabled automatic session capturing for Lumen 5.3+ (where session() is not available) #358
    Open source →
  21. v2.17.0-beta 01 Aug 2019 pre-release

    Nothing published for this version

  22. v2.16.0 14 Jun 2019
    Release notes

    Enhancements

    • Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions) #352

    Bug Fixes

    Open source →
  23. v2.15.2 23 Jan 2019
    Release notes

    Bug Fixes

    • Removed duplicate event dispatching when using MultiLogger configuration #337
    Open source →
  24. v2.15.1 05 Nov 2018
    Release notes

    Bug Fixes

    • Fixed issues where test fixtures polluted the App namespace #332
    Open source →
  25. v2.15.0 02 Nov 2018
    Release notes

    Enhancements

    • Added middleware for correct handled/unhandled state in notifications #325
    Open source →
  26. v2.15.0-alpha-1 29 Oct 2018 pre-release

    Nothing published for this version

  27. v2.14.1 07 Mar 2018
    Release notes

    Bug Fixes

    • Fixed issue with incorrect Logger being returned by ServiceProvider #295
    Open source →
  28. v2.14.0 16 Feb 2018
    Release notes

    Enhancements

    Open source →
  29. v2.13.0 29 Jan 2018
    Release notes

    This release adds support for the new Bugsnag Build API to the deploy command.

    The following options have been introduced:

    • builder: The name of the person/machine that started the build
    • provider: The name of the provider of the git repository, only necessary for on-premise installations, one of: github-enterprise, bitbucket-server, gitlab-onpremise

    The following options have been deprecated:

    • branch

    Enhancements

    • Updates deploy command to new build API. #279
    Open source →
  30. v2.12.0 09 Jan 2018
    Release notes

    Enhancements

    • Add support for tracking sessions and overall crash rate by setting auto_capture_sessions in configuration options. In addition, sessions can be indicated manually using Bugsnag::startSession()
    Open source →
  31. v2.11.1 21 Dec 2017
    Release notes

    Bug Fixes

    • Bumped version of Bugsnag-Psr-Logger v1.4.0 due to released fix
    Open source →
  32. v2.11.0 21 Dec 2017
    Release notes

    Enhancements

    • Bumped version to Bugsnag-PHP 3.10.0 to add support for addMetaData
    Open source →
  33. v2.10.0 14 Dec 2017
    Release notes

    Enhancements

    • Added Logger notification level to configuration #265
    Open source →
  34. v2.9.0 03 Oct 2017
    Release notes

    Enhancments

    • Adds console command metadata #248
    Open source →
  35. v2.8.0 02 Oct 2017
    Release notes

    Enhancements

    • Bumping dependencies to add data for handled/unhandled
    Open source →
  36. v2.7.2 22 Sep 2017
    Release notes

    Bug Fixes

    • Fix regression in stacktrace resolution when using Laravel 5.5 #246
    Open source →
  37. v2.7.1 18 Aug 2017
    Release notes

    Bug Fixes

    • Avoid fetching relationship models on user when populating user information #244
    Open source →
  38. v2.7.0 10 Aug 2017
    Release notes

    Enhancements

    Open source →
  39. v2.6.0 29 Jun 2017
    Release notes

    Enhancements

    Open source →
  40. v2.5.0 06 Apr 2017
    Release notes

    Enhancements

    • Include more deeply nested exception causes in reports

    Bug Fixes

    Open source →
  41. v2.4.0 08 Sep 2016
    Release notes

    Enhancements

    Bug Fixes

    Open source →
  42. v2.3.0 19 Aug 2016
    Release notes

    Enhancements

    Bug Fixes

    Open source →
  43. v2.2.0 09 Aug 2016
    Release notes

    Enhancements

    Bug Fixes

    Open source →
  44. v2.1.0 26 Jul 2016
    Release notes

    Enhancements

    Bug Fixes

    Open source →
  45. v2.0.2 18 Jul 2016
    Release notes

    Bug Fixes

    Open source →
  46. v2.0.1 08 Jul 2016
    Release notes

    Bug Fixes

    Open source →
  47. v2.0.0 07 Jul 2016
    Release notes

    Our library has gone through some major improvements. The primary change to watch out for is we're no longer overriding your exception handler.

    Enhancements

    • Since we're no longer overriding your exception handler, you'll need to restore your original handler, and then see our docs for how to bind our new logger to the container.

    • If you'd like access to all our new configuration, you'll need to re-publish our config file.

    Bug Fixes

    • Every bug
    Open source →
  48. v1.7.0 07 Jul 2016
    Release notes

    Enhancements

    Bug Fixes

    Open source →
  49. v1.6.4 09 Mar 2016
    Release notes

    Bug Fixes

    • Add missing 'config' tag in service provider Dan Smith #73
    Open source →
  50. v1.6.3 08 Jan 2016
    Release notes

    Bug Fixes

    Open source →
  51. v1.6.2 08 Dec 2015
    Release notes

    Bug Fixes

    Open source →
  52. v1.6.1 22 Jul 2015
    Release notes

    Bug Fixes

    Open source →
  53. v1.6.0 14 Jul 2015
    Release notes

    Enhancements

    Open source →
  54. v1.5.1 01 Jul 2015
    Release notes

    Bug Fixes

    Open source →
  55. v1.5.0 29 May 2015
    Release notes

    Enhancements

    Bug Fixes

    1.4.2

    • Try/catch for missing/nonstandard auth service

    1.4.1

    • Default severity to 'error'

    1.4.0

    • Better laravel 5 support!

    1.3.0

    • Laravel 5 support!

    1.2.1

    • Protect against missing configuration variables (thanks @jasonlfunk!)

    1.2.0

    • Update bugsnag-php dependency to enable support for code snippets on your Bugsnag dashboard
    • Allow configuring of more Bugsnag settings from your config.php (thanks @jacobmarshall!)

    1.1.1

    • Fix issue where sending auth information with complex users could fail (thanks @hannesvdvreken!)

    1.1.0

    • Send user/auth information if available (thanks @hannesvdvreken!)

    1.0.10

    • Laravel 5 support

    1.0.9

    • Split strip paths from inProject

    1.0.8

    • Bump the bugsnag-php dependency to include recent fixes

    1.0.7

    • Fix major notification bug introduced in 1.0.6

    1.0.6

    • Fix incompatibility with PHP 5.3

    1.0.5

    • Identify as Laravel notifier instead of PHP

    1.0.4

    • Allow configuration of notify_release_stages from config file

    1.0.3

    • Fix bug when setting releaseStage in the ServiceProvider

    1.0.2

    • Fix laravel requirement to work with 4.1
    • Add a Bugsnag facade for quick access to $app["bugsnag"]

    1.0.1

    • Fixed fatal error handling
    • Set release stage based on laravel's App::environment setting

    1.0.0

    • Initial release
    Open source →
  56. v1.4.2 18 Mar 2015

    Nothing published for this version

  57. v1.4.1 20 Feb 2015

    Nothing published for this version

  58. v1.4.0 07 Feb 2015

    Nothing published for this version

  59. v1.3.0 04 Feb 2015

    Nothing published for this version

  60. v1.2.1 17 Dec 2014

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive