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 2025Releases
latest 24-
v2.0.009 Dec 2025Release notes
Open source →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
- Added support and tests for Symfony 8
Damien Alexandre
#188
Release notes
Open source →Breaking Changes
- Minimum supported PHP version is now 7.2
- Minimum supported Symfony version is now 5.4
Enhancements
- Added support and tests for Symfony 8 Damien Alexandre #188
-
v1.14.330 Jan 2025Release notes
Open source →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
Release notes
Open source →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
- Removing type annotations from parameters defaulting to
-
v1.14.206 Jun 2024Release notes
Open source →Bug Fixes
- Prevent duplicate
Configurationclass declaration warnings
#178
Release notes
Open source →Bug Fixes
- Prevent duplicate
Configurationclass declaration warnings #178
- Prevent duplicate
-
v1.14.123 Jan 2024Release notes
Open source →- Fix "Configuration class not found" error when using Composer's
--classmap-authoritativeoption
#174
Release notes
Open source →Bug Fixes
- Fix "Configuration class not found" error when using Composer's
--classmap-authoritativeoption #174
- Fix "Configuration class not found" error when using Composer's
-
v1.14.016 Jan 2024 -
v1.13.024 Oct 2022Release notes
Open source →Enhancements
- Add
max_breadcrumbsconfig option for configuring the maximum number of breadcrumbs to attach to a report
#158
Release notes
Open source →Enhancements
- Add
max_breadcrumbsconfig option for configuring the maximum number of breadcrumbs to attach to a report #158
- Add
-
v1.12.020 May 2022Release notes
Open source →Enhancements
- New APIs to support feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
#153
Release notes
Open source →Enhancements
- New APIs to support feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments. #153
- New APIs to support feature flag and experiment functionality. For more information, please see https://docs.bugsnag.com/product/features-experiments.
-
v1.11.202 Feb 2022Release notes
Open source →Bug Fixes
- Fix PHP 8.1 deprecation from
striposinRequest::getInput
phillylovepark
#147
#149
Release notes
Open source →Bug Fixes
- Fix PHP 8.1 deprecation from
striposinRequest::getInputphillylovepark #147 #149
- Fix PHP 8.1 deprecation from
-
v1.11.119 Jan 2022Release notes
Open source →Bug Fixes
- Call
getUserIdentifierinstead ofgetUsernameon Symfony 6
#145
Release notes
Open source →Bug Fixes
- Call
getUserIdentifierinstead ofgetUsernameon Symfony 6 #145
- Call
-
v1.11.013 Dec 2021Release notes
Open source →Enhancements
- Add support for Symfony 6
Julien Cousin-Alliot
#137
Bug Fixes
- Prevent a deprecation from
BugsnagListener::getSubscribedEvents
#138
Release notes
Open source →Enhancements
- Add support for Symfony 6 Julien Cousin-Alliot #137
Bug Fixes
- Prevent a deprecation from
BugsnagListener::getSubscribedEvents#138
- Add support for Symfony 6
-
v1.10.030 Jun 2021Release notes
Open source →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
hasPreviousSessioninstead ofhasSessionwhen checking for session data Oleg Andreyev #124 -
Set the severity of exceptions to "error" instead of "warning" #126
-
v1.9.010 Feb 2021Release notes
Open source →Enhancements
-
Out of memory errors will now be reported by increasing the memory limit by 5 MiB. Use the new
memoryLimitIncreaseconfiguration option to change the amount of memory, or set it tonullto disable the increase entirely. #119 -
Support the new
discardClassesconfiguration option. This allows events to be discarded based on the exception class name or PHP error name. #120 -
Support the new
redactedKeysconfiguration option. This is similar tofiltersbut allows both strings and regexes. String matching is exact but case-insensitive. Regex matching allows for partial and wildcard matching. #121
Deprecations
- The
filtersconfiguration option is now deprecated asredactedKeyscan express everything that filters could and more.
-
-
v1.8.025 Nov 2020 -
v1.7.001 Jun 2020Release notes
Open source →Enhancements
- Add
project_root_regexandstrip_path_regexoptions for using regexes to match the project root and strip path #109
- Add
-
v1.6.226 Feb 2020 -
v1.6.130 Jan 2020Release notes
Open source →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
-
v1.6.003 Dec 2019Release notes
Open source →Enhancements
-
Add Symfony-specific shutdown strategy Richard Harrison #87
-
Add Symfony-5 support including examples Loïck Piera #93
Bug Fixes
- Added support for PHP 7.2 and 7.3 #87
-
-
v1.5.124 Jun 2019Release notes
Open source →Bug Fixes
- Removed deprecation warnings on
Request.getSessionandConsoleEvents::EXCEPTIONJan Myszkier #79 - Removed
TreeBuilder.rootdeprecated usage Damien Alexandre #80
Enhancements
- Add Symfony version string to report (device.runtimeVersions) #78
- Removed deprecation warnings on
-
v1.5.001 Feb 2018Release notes
Open source →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
-
v1.4.021 Dec 2017Release notes
Open source →Enhancements
- Bumped version to Bugsnag-PHP 3.10.0 to add support for
addMetaData
- Bumped version to Bugsnag-PHP 3.10.0 to add support for
-
v1.3.023 Nov 2017 -
v1.2.002 Oct 2017Release notes
Open source → -
v1.1.028 Jun 2017Release notes
Open source →Enhancements
-
Added automatic user detection Graham Campbell #15
-
Support setting release stage from config Graham Campbell #39
Bug Fixes
-
Fixed edge cases with automatic project root detection Graham Campbell #31
-
Fixed bug with empty json content decoding Graham Campbell #33
-
-
v1.0.005 Sep 2016