Skip to content

Commit e72c026

Browse files
committed
Call shouldReport() of parent
1 parent 5e852b1 commit e72c026

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Call `shouldReport()` of parent ([#97](https://github.com/honeybadger-io/honeybadger-php/pull/97))
10+
- Add `capture_deprecations` config flag ([#97](https://github.com/honeybadger-io/honeybadger-php/pull/97))
811

912
## [3.13.1] - 2022-02-16
1013
### Added

config/honeybadger.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
'verify' => env('HONEYBADGER_VERIFY_SSL', true),
8989
],
9090

91+
/**
92+
* Enable reporting deprecation warnings.
93+
*/
94+
'capture_deprecations' => false,
95+
9196
/**
9297
* Exception classes that should not be reported to Honeybadger.
9398
*/

0 commit comments

Comments
 (0)