- Update unit test
- Merge pull request #11 from DZunke/feature/users
- Rename get method in user interface to getUserAsArray
- Fix example bugsnag user in readme
- Implement service reader for userdata in trace
- Add stat badges
- Add credit for @vicdelfant
- Introduce bugsnag.enabled_stages setting. (Thanks to vicdelfant)
- Change CI build to use Docker containers
- Make sure that json content types bass over their parameters properly. (Thanks to dbltr)
- Make sure the shutdowns get an error severity. (Thanks to dbltr)
- Add in the ability to pass in metadata and set the default exception severity to error.
- Recognize
.devdomains as development servers - Removed the filesystem check for
/home/vagrantas it can potentially cause issues with open_basedir - Added the evolution7/qa-tools as a dev dependency
- Bugfix, running through the PHP built-in webserver was seen as being the production environment.
- Bugfix, where reports would fail if
notify_stageswas not defined. - Updated PHPDoc
- Added support for app version (thanks to ROMOPAT)
- Added Changelog