We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9946f12 commit 73d2e00Copy full SHA for 73d2e00
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [3.8.1] - 2021-03-25
10
+### Fixed
11
+- Silence any thrown errors in breadcrumbs collection ([#81](https://github.com/honeybadger-io/honeybadger-laravel/pull/81))
12
+
13
## [3.8.0] - 2021-03-23
14
### Added
15
- Automatic breadcrumbs ([#79](https://github.com/honeybadger-io/honeybadger-laravel/pull/79))
src/HoneybadgerLaravel.php
@@ -11,7 +11,7 @@
class HoneybadgerLaravel extends Honeybadger
{
- const VERSION = '3.8.0';
+ const VERSION = '3.8.1';
16
// Don't forget to sync changes to this with the config file defaults
17
const DEFAULT_BREADCRUMBS = [
0 commit comments