Skip to content

Commit ff7de7b

Browse files
guilliamxavierJean85
authored andcommitted
Fix typos/changelog (#304)
* Fix typos in changelog * Fix typo in test * Fix changelog: 3.4.0 has not been released yet * Update 3.4.0 release date
1 parent 1d120b2 commit ff7de7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff 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)

test/DependencyInjection/SentryExtensionTest.php

+1-1
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)