From a7df2e91cd24c7e43c8c78440b7001bc91e897b4 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 24 Oct 2023 13:13:42 +0200 Subject: [PATCH 1/4] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac863594f..446fb95be4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Fixes + +- Sessions: missing mechanism.handled is considered crash ([#3353])(https://github.com/getsentry/sentry-cocoa/pull/3353) + ### Features - Breadcrumbs for file I/O operations ([#1649](https://github.com/getsentry/sentry-dart/pull/1649)) From 272cffb6a4ee88922b6aef6c342b18b39c26b120 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 24 Oct 2023 13:15:19 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 446fb95be4..0901b70c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- Sessions: missing mechanism.handled is considered crash ([#3353])(https://github.com/getsentry/sentry-cocoa/pull/3353) +- Sessions: missing mechanism.handled is considered crash ([#3353](https://github.com/getsentry/sentry-cocoa/pull/3353)) ### Features From dc27eccd0820cfe4d060d3a202120df65a24d4ac Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 24 Oct 2023 13:40:10 +0200 Subject: [PATCH 3/4] Trigger workflow --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0901b70c1b..60f43591bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Fixes -- Sessions: missing mechanism.handled is considered crash ([#3353](https://github.com/getsentry/sentry-cocoa/pull/3353)) +- Session: missing mechanism.handled is considered crash ([#3353](https://github.com/getsentry/sentry-cocoa/pull/3353)) ### Features From 28056657f7b7bdf51110111b607d21f01d07fb88 Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 24 Oct 2023 14:55:40 +0200 Subject: [PATCH 4/4] Trigger workflow --- logging/example/sentry_logging_example.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging/example/sentry_logging_example.dart b/logging/example/sentry_logging_example.dart index 408c40d799..d7b1713e44 100644 --- a/logging/example/sentry_logging_example.dart +++ b/logging/example/sentry_logging_example.dart @@ -20,7 +20,7 @@ Future main() async { Future runApp() async { final log = Logger('MyAwesomeLogger'); - log.warning('a warning!'); + log.warning('this is a warning!'); try { throw Exception();