All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added asset bundle to capture JS errors in a more seamless fashion
- The plugin can now capture early initialization errors (if manually setup in
app.php
)
- Fixed errorr when no items was added to exceptions blacklist
- Fixed filters support
- Added exceptions blacklist (lets you ignore those 404 errors that clogs up your log)
- Added support for
appVersion
- Fixed check that passes user information to Bugsnag if set
- Fixed error when installing plugin through the console command
- Fixed api config key in config example
- Initial release