Skip to content

Commit

Permalink
chore(deps): update Symbol collector CLI to v1.14.0 (#1827)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jan 30, 2024
1 parent c3e6c82 commit 42b79b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, dynamic>` in `Hint` class ([#1807](https://github.com/getsentry/sentry-dart/pull/1807))
- Please check if everything works as expected when using `Hint`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 42b79b3

Please sign in to comment.