Skip to content

Commit 42b79b3

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore(deps): update Symbol collector CLI to v1.14.0 (#1827)
* chore: update scripts/update-symbol-collector.sh to 1.14.0 * update --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: GIancarlo Buenaflor <[email protected]>
1 parent c3e6c82 commit 42b79b3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
- Add `SentryWidget` ([#1846](https://github.com/getsentry/sentry-dart/pull/1846))
88
- Prefer to use `SentryWidget` now instead of `SentryScreenshotWidget` and `SentryUserInteractionWidget` directly
9-
- APM for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726))
10-
- Performance monitoring support for isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726))
9+
- Performance monitoring support for Isar ([#1726](https://github.com/getsentry/sentry-dart/pull/1726))
1110
- Tracing without performance for Dio integration ([#1837](https://github.com/getsentry/sentry-dart/pull/1837))
1211
- Accept `Map<String, dynamic>` in `Hint` class ([#1807](https://github.com/getsentry/sentry-dart/pull/1807))
1312
- Please check if everything works as expected when using `Hint`

scripts/flutter_symbol_collector/lib/src/symbol_collector_cli.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SymbolCollectorCli {
1919

2020
// https://github.com/getsentry/symbol-collector/releases
2121
@internal
22-
static const version = '1.13.0';
22+
static const version = '1.14.0';
2323

2424
@internal
2525
late final String cli;

0 commit comments

Comments
 (0)