From 5d3fdfedb59acb13a66cb6aac8589b5e135e9146 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Jan 2024 09:50:56 +0000 Subject: [PATCH 1/2] chore: update scripts/update-symbol-collector.sh to 1.14.0 --- .../flutter_symbol_collector/lib/src/symbol_collector_cli.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flutter_symbol_collector/lib/src/symbol_collector_cli.dart b/scripts/flutter_symbol_collector/lib/src/symbol_collector_cli.dart index d89cbaeb84..1d4e29a66a 100644 --- a/scripts/flutter_symbol_collector/lib/src/symbol_collector_cli.dart +++ b/scripts/flutter_symbol_collector/lib/src/symbol_collector_cli.dart @@ -19,7 +19,7 @@ class SymbolCollectorCli { // https://github.com/getsentry/symbol-collector/releases @internal - static const version = '1.13.0'; + static const version = '1.14.0'; @internal late final String cli; From 4d08f6b9382331077f22a70e9ee03a3c911cb7af Mon Sep 17 00:00:00 2001 From: GIancarlo Buenaflor Date: Tue, 30 Jan 2024 11:57:42 +0100 Subject: [PATCH 2/2] update --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572bed3257..458e511cd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,7 @@ - Add `SentryWidget` ([#1846](https://github.com/getsentry/sentry-dart/pull/1846)) - Prefer to use `SentryWidget` now instead of `SentryScreenshotWidget` and `SentryUserInteractionWidget` directly -- APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726)) -- Performance monitoring support for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726)) +- Performance monitoring support for Isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726)) - Tracing without performance for Dio integration ([#1837](https://github.com/getsentry/sentry-dart/pull/1837)) - Accept `Map` in `Hint` class ([#1807](https://github.com/getsentry/sentry-dart/pull/1807)) - Please check if everything works as expected when using `Hint`