Releases: bugsnag/bugsnag-php
Releases · bugsnag/bugsnag-php
v3.15.2
3.15.2 (2019-01-10)
Bug Fixes
v3.15.1
Bug Fixes
- Allow modifying stack frame values by reference
#507
v3.15.0
3.15.0 (2018-11-1)
Enhancements
- Added
insertBefore
to Pipeline
and getPipeline
to Client
to facilitate
callback ordering
#495
v3.15.0-alpha-1
3.15.0 (Alpha-1)
Enhancements
- Added
insertBefore
to Pipeline
and getPipeline
to Client
to facilitate
callback ordering
#495
v3.14.1
Bug Fixes
- Fix
notifyError(name, message, callback)
and notifyException(ex, callback)
to ensure that reports are sent when callback != null
#488
v3.14.0
3.14.0 (2018-0)
- Added
registerMiddleware
method for external middleware additions
#478
v3.13.0
3.13.0 (2018-06-06)
Enhancements
- Added
GET
parameter support
#472
Fixes
- Speed up error handler
#476
v3.12.1
3.12.1 (2018-02-28)
Fixes
-
Updated the payload body version to 4.0
#467
-
Ensured reports always have a valid name
Graham Campbell
#463
-
Better name handling in breadcrumbs
#427
v3.12.0
3.12.0 (2018-01-24)
Enhancements
- Deprecated the deploy API in favor of the build API
Calls to deploy
will now redirect to build
.
#454
Fixes
- Re-added apiKey parameter to payload for older API versions
#459
v3.11.0
Enhancements
- Add support for tracking sessions and overall crash rate by setting
autoCaptureSessions
in configuration options. In addition, sessions can be
indicated manually using Client->startSession()