File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77## Unreleased
88
99 - ...
10-
11- ## 3.4.0 (2020-01-17 )
10+
11+ ## 3.4.0 (2020-01-20 )
1212 - Add support for ` sentry/sentry ` 2.3 (#298 )
1313 - Drop support for ` sentry/sentry ` < 2.3 (#298 )
1414 - Add support to ` in_app_include ` client option (#298 )
15- - Remap ` excluded_exception ` option to use the new ` IgnoreErrorIntegration ` (#298 )
15+ - Remap ` excluded_exceptions ` option to use the new ` IgnoreErrorsIntegration ` (#298 )
1616
1717## 3.3.2 (2020-01-16)
1818 - Fix issue with exception listener under Symfony 4.3 (#301 )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function testDataProviderIsMappingTheRightNumberOfOptions(): void
4141
4242 // subtracted one is `integration`, which cannot be tested with the provider
4343 $ expectedCount = $ this ->getSupportedOptionsCount ();
44- --$ expectedCount ; // excluded_exceptions is remapped to the new IgnoreErrorIntegration
44+ --$ expectedCount ; // excluded_exceptions is remapped to the new IgnoreErrorsIntegration
4545
4646 if (PrettyVersions::getVersion ('sentry/sentry ' )->getPrettyVersion () === '2.0.0 ' ) {
4747 --$ expectedCount ;
You can’t perform that action at this time.
0 commit comments