PackageTrack
Sign in Get early access

bugsnag/bugsnag-symfony

Official BugSnag notifier for Symfony applications.

v2.0.0 3.2M downloads/mo #3714 most downloaded on Packagist bugsnag/bugsnag-symfony

What this package is like to depend on

Last release 8 months ago

09 Dec 2025

Release timing varies

gaps range from 2 weeks to 1.2 years

Nearly every release is documented

notes for 24 of 24 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

24 releases · first in 2016

1 release in the last 12 months

see the full history below

Release timeline

24 releases · Sep 2016 to Dec 2025
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 24
  1. v2.0.0 09 Dec 2025
    Release notes

    v2.0.0 (2025-12-09)

    Breaking Changes

    • Minimum supported PHP version is now 7.2
    • Minimum supported Symfony version is now 5.4

    Enhancements

    Open source →
    Release notes

    Breaking Changes

    • Minimum supported PHP version is now 7.2
    • Minimum supported Symfony version is now 5.4

    Enhancements

    Open source →
  2. v1.14.3 30 Jan 2025
    Release notes

    v1.14.3 (2025-01-30)

    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
      #183
    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 #183
    Open source →
  3. v1.14.2 06 Jun 2024
    Release notes

    Bug Fixes

    • Prevent duplicate Configuration class declaration warnings
      #178
    Open source →
    Release notes

    Bug Fixes

    • Prevent duplicate Configuration class declaration warnings #178
    Open source →
  4. v1.14.1 23 Jan 2024
    Release notes
    • Fix "Configuration class not found" error when using Composer's --classmap-authoritative option
      #174
    Open source →
    Release notes

    Bug Fixes

    • Fix "Configuration class not found" error when using Composer's --classmap-authoritative option #174
    Open source →
  5. v1.14.0 16 Jan 2024
    Release notes
    Open source →
    Release notes

    Enhancements

    Open source →
  6. v1.13.0 24 Oct 2022
    Release notes

    Enhancements

    • Add max_breadcrumbs config option for configuring the maximum number of breadcrumbs to attach to a report
      #158
    Open source →
    Release notes

    Enhancements

    • Add max_breadcrumbs config option for configuring the maximum number of breadcrumbs to attach to a report #158
    Open source →
  7. v1.12.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. #153
    Open source →
  8. v1.11.2 02 Feb 2022
    Release notes

    Bug Fixes

    Open source →
    Release notes

    Bug Fixes

    Open source →
  9. v1.11.1 19 Jan 2022
    Release notes

    Bug Fixes

    • Call getUserIdentifier instead of getUsername on Symfony 6
      #145
    Open source →
    Release notes

    Bug Fixes

    • Call getUserIdentifier instead of getUsername on Symfony 6 #145
    Open source →
  10. v1.11.0 13 Dec 2021
    Release notes

    Enhancements

    Bug Fixes

    • Prevent a deprecation from BugsnagListener::getSubscribedEvents
      #138
    Open source →
    Release notes

    Enhancements

    Bug Fixes

    • Prevent a deprecation from BugsnagListener::getSubscribedEvents #138
    Open source →
  11. v1.10.0 30 Jun 2021
    Release notes

    Enhancements

    • Add support for Symfony Messenger. Exceptions in workers will now automatically be reported to Bugsnag. The queue of events will also be flushed after each successful job Mathieu #89 #125

    Bug Fixes

    • Use hasPreviousSession instead of hasSession when checking for session data Oleg Andreyev #124

    • Set the severity of exceptions to "error" instead of "warning" #126

    Open source →
  12. v1.9.0 10 Feb 2021
    Release notes

    Enhancements

    • Out of memory errors will now be reported by increasing the memory limit by 5 MiB. Use the new memoryLimitIncrease configuration option to change the amount of memory, or set it to null to disable the increase entirely. #119

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

    • 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. #121

    Deprecations

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

    Enhancements

    • Allow passing a Guzzle instance to Bugsnag #117
    Open source →
  14. v1.7.0 01 Jun 2020
    Release notes

    Enhancements

    • Add project_root_regex and strip_path_regex options for using regexes to match the project root and strip path #109
    Open source →
  15. v1.6.2 26 Feb 2020
    Release notes

    Bug Fixes

    • Added support for PHP 7.4 #104
    Open source →
  16. v1.6.1 30 Jan 2020
    Release notes

    Bug Fixes

    • Fix potential issue with ExceptionEvent missing getThrowable method in Symfony 4.3. Additionally adds InvalidArgumentException in the case the event is triggered with an incorrect class. Loïck Piera #99
    Open source →
  17. v1.6.0 03 Dec 2019
    Release notes

    Enhancements

    Bug Fixes

    • Added support for PHP 7.2 and 7.3 #87
    Open source →
  18. v1.5.1 24 Jun 2019
    Release notes

    Bug Fixes

    Enhancements

    • Add Symfony version string to report (device.runtimeVersions) #78
    Open source →
  19. v1.5.0 01 Feb 2018
    Release notes

    This release adds support for Symfony 4. A guide on integrating the notifier with a Symfony 4 application can be found in the Bugsnag Symfony integration guide.

    Enhancements

    Open source →
  20. v1.4.0 21 Dec 2017
    Release notes

    Enhancements

    • Bumped version to Bugsnag-PHP 3.10.0 to add support for addMetaData
    Open source →
  21. v1.3.0 23 Nov 2017
    Release notes

    Enhancements

    • Added callback examples in Symfony 31 #49 #52
    Open source →
  22. v1.2.0 02 Oct 2017
    Release notes

    Enhancements

    • Added issue template #42

    • Added additional data for unhandled/handled feature #45

    Open source →
  23. v1.1.0 28 Jun 2017
    Release notes

    Enhancements

    Bug Fixes

    Open source →
  24. v1.0.0 05 Sep 2016
    Release notes
    • First public release
    Open source →

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