File tree 2 files changed +4
-4
lines changed
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.
7
7
## Unreleased
8
8
9
9
- ...
10
-
11
- ## 3.4.0 (2020-01-17 )
10
+
11
+ ## 3.4.0 (2020-01-20 )
12
12
- Add support for ` sentry/sentry ` 2.3 (#298 )
13
13
- Drop support for ` sentry/sentry ` < 2.3 (#298 )
14
14
- 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 )
16
16
17
17
## 3.3.2 (2020-01-16)
18
18
- 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
41
41
42
42
// subtracted one is `integration`, which cannot be tested with the provider
43
43
$ expectedCount = $ this ->getSupportedOptionsCount ();
44
- --$ expectedCount ; // excluded_exceptions is remapped to the new IgnoreErrorIntegration
44
+ --$ expectedCount ; // excluded_exceptions is remapped to the new IgnoreErrorsIntegration
45
45
46
46
if (PrettyVersions::getVersion ('sentry/sentry ' )->getPrettyVersion () === '2.0.0 ' ) {
47
47
--$ expectedCount ;
You can’t perform that action at this time.
0 commit comments