From 3620354d699e78795b3ac1eda97060b5d5e12b4d Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Mon, 20 Jan 2020 10:55:06 +0100 Subject: [PATCH 1/4] Fix typos in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5131453c..0de98459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add support for `sentry/sentry` 2.3 (#298) - Drop support for `sentry/sentry` < 2.3 (#298) - Add support to `in_app_include` client option (#298) - - Remap `excluded_exception` option to use the new `IgnoreErrorIntegration` (#298) + - Remap `excluded_exceptions` option to use the new `IgnoreErrorsIntegration` (#298) ## 3.3.2 (2020-01-16) - Fix issue with exception listener under Symfony 4.3 (#301) From c4e140f119276b5a912729621ffee5261dc68d62 Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Mon, 20 Jan 2020 10:56:12 +0100 Subject: [PATCH 2/4] Fix typo in test --- test/DependencyInjection/SentryExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DependencyInjection/SentryExtensionTest.php b/test/DependencyInjection/SentryExtensionTest.php index 701fcbc1..20ec7c7c 100644 --- a/test/DependencyInjection/SentryExtensionTest.php +++ b/test/DependencyInjection/SentryExtensionTest.php @@ -41,7 +41,7 @@ public function testDataProviderIsMappingTheRightNumberOfOptions(): void // subtracted one is `integration`, which cannot be tested with the provider $expectedCount = $this->getSupportedOptionsCount(); - --$expectedCount; // excluded_exceptions is remapped to the new IgnoreErrorIntegration + --$expectedCount; // excluded_exceptions is remapped to the new IgnoreErrorsIntegration if (PrettyVersions::getVersion('sentry/sentry')->getPrettyVersion() === '2.0.0') { --$expectedCount; From 6b92458fd4e075621474840335c8dd7181cd61a7 Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Mon, 20 Jan 2020 11:00:22 +0100 Subject: [PATCH 3/4] Fix changelog: 3.4.0 has not been released yet --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0de98459..ebb59a88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased - ... - -## 3.4.0 (2020-01-17) + +## 3.4.0 (TBA) - Add support for `sentry/sentry` 2.3 (#298) - Drop support for `sentry/sentry` < 2.3 (#298) - Add support to `in_app_include` client option (#298) From 0a970b014e4d1bc0156334a264c3697625237dcc Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Tue, 21 Jan 2020 10:03:21 +0100 Subject: [PATCH 4/4] Update 3.4.0 release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb59a88..f4596348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## Unreleased - ... -## 3.4.0 (TBA) +## 3.4.0 (2020-01-20) - Add support for `sentry/sentry` 2.3 (#298) - Drop support for `sentry/sentry` < 2.3 (#298) - Add support to `in_app_include` client option (#298)