This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/bugsnag
Releases Β· ml-archive/bugsnag
Version 1.1.0 Beta 1
- Made it compile with newest version of Vapor 2
- Rewrote how configuration and dependencies are being handled internally
Version 1.0.0 Beta 4
- Fixed Vapor 2 related errors
Version 1.0.0 Beta 3
- Reports are now only being sent if the current environment is specified in the
notifyReleaseStages
config.
Version 0.4.1
- Reports are now only being sent if the current environment is specified in the
notifyReleaseStages
config.
Version 1.0.0 Beta 2
- Now possible to set severity on reports.
- You can now filter out keys you don't want reported to Bugsnag.
Version 0.4.0
- Now possible to set severity on reports.
- You can now filter out keys you don't want reported to Bugsnag.
Version 1.0.0 Beta I
New:
- Updated to Vapor 2.0 Beta
Version 0.3.2
- Bugsnag now reports url-, query-, form- and json parameters to Bugsnag separately.
Version 0.3.1
- Make request optional when reporting (makes more sense for manual reporting)
- Fix config loading bug
Version 0.2.0
Using Stacked for cross-platform stack traces.