File tree 2 files changed +2
-3
lines changed
scripts/flutter_symbol_collector/lib/src
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Add ` SentryWidget ` ([ #1846 ] ( https://github.com/getsentry/sentry-dart/pull/1846 ) )
8
8
- 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 ) )
11
10
- Tracing without performance for Dio integration ([ #1837 ] ( https://github.com/getsentry/sentry-dart/pull/1837 ) )
12
11
- Accept ` Map<String, dynamic> ` in ` Hint ` class ([ #1807 ] ( https://github.com/getsentry/sentry-dart/pull/1807 ) )
13
12
- Please check if everything works as expected when using ` Hint `
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class SymbolCollectorCli {
19
19
20
20
// https://github.com/getsentry/symbol-collector/releases
21
21
@internal
22
- static const version = '1.13 .0' ;
22
+ static const version = '1.14 .0' ;
23
23
24
24
@internal
25
25
late final String cli;
You can’t perform that action at this time.
0 commit comments