Skip to content

Commit

Permalink
feat: add Laravel runtime version reporting
Browse files Browse the repository at this point in the history
Uses new hook in Configuration class of bugsnag-php 3.17.0 to append the Laravel/Lumen application version
to device data to make it reportable.

Also fixed Mazerunner tests by updating composer.json and removing lock from repo
  • Loading branch information
tomlongridge committed May 30, 2019
1 parent aeae4c7 commit cad8d30
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4,751 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## TBD

* Add Laravel/Lumen version string to report and session payloads (device.runtimeVersions)
[#352](https://github.com/bugsnag/bugsnag-laravel/pull/352)

## 2.15.2 (2019-01-23)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"php": ">=5.5",
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"bugsnag/bugsnag": "^3.15.0",
"bugsnag/bugsnag": "^3.17.0",
"bugsnag/bugsnag-psr-logger": "^1.4",
"monolog/monolog": "^1.12"
},
Expand Down
2 changes: 1 addition & 1 deletion features/fixtures/laravel58/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"php": ">=5.5",
"illuminate/contracts": "^5.0",
"illuminate/support": "^5.0",
"bugsnag/bugsnag": "^3.15.0",
"bugsnag/bugsnag": "^3.17.0",
"bugsnag/bugsnag-psr-logger": "^1.4",
"monolog/monolog": "^1.12"
}
Expand Down
Loading

0 comments on commit cad8d30

Please sign in to comment.