File tree Expand file tree Collapse file tree 21 files changed +41
-33
lines changed Expand file tree Collapse file tree 21 files changed +41
-33
lines changed Original file line number Diff line number Diff line change 20
20
### Fixes
21
21
22
22
- Reference to ` SentryWidgetsFlutterBinding ` in warning message in ` FramesTrackingIntegration ` ([ #2704 ] ( https://github.com/getsentry/sentry-dart/pull/2704 ) )
23
- - Replay video interruption if a ` navigation ` breadcrumb is missing ` to ` route info ([ #2720 ] ( https://github.com/getsentry/sentry-dart/pull/2720 ) )
24
23
25
24
### Deprecations
26
25
@@ -44,16 +43,25 @@ final db = AppDatabase(executor);
44
43
45
44
### Dependencies
46
45
47
- - Bump Android SDK from v7.20.1 to v7.22.0 ([ #2660 ] ( https://github.com/getsentry/sentry-dart/pull/2660 ) )
48
- - [ changelog] ( https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220 )
49
- - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0 )
50
46
- Bump Native SDK from v0.7.19 to v0.7.20 ([ #2652 ] ( https://github.com/getsentry/sentry-dart/pull/2652 ) )
51
47
- [ changelog] ( https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0720 )
52
48
- [ diff] ( https://github.com/getsentry/sentry-native/compare/0.7.19...0.7.20 )
53
49
- Bump Cocoa SDK from v8.44.0 to v8.45.0 ([ #2718 ] ( https://github.com/getsentry/sentry-dart/pull/2718 ) )
54
50
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8450 )
55
51
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.44.0...8.45.0 )
56
52
53
+ ## 8.13.1
54
+
55
+ ### Fixes
56
+
57
+ - Replay video interruption if a ` navigation ` breadcrumb is missing ` to ` route info ([ #2720 ] ( https://github.com/getsentry/sentry-dart/pull/2720 ) )
58
+
59
+ ### Dependencies
60
+
61
+ - Bump Android SDK from v7.20.1 to v7.22.0 ([ #2705 ] ( https://github.com/getsentry/sentry-dart/pull/2705 ) )
62
+ - [ changelog] ( https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220 )
63
+ - [ diff] ( https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0 )
64
+
57
65
## 8.13.0
58
66
59
67
### Breaking changes
Original file line number Diff line number Diff line change 9
9
library version;
10
10
11
11
/// The SDK version reported to Sentry.io in the submitted events.
12
- const String sdkVersion = '8.13.0 ' ;
12
+ const String sdkVersion = '8.13.1 ' ;
13
13
14
14
String sdkName (bool isWeb) => isWeb ? _browserSdkName : _ioSdkName;
15
15
Original file line number Diff line number Diff line change 1
1
name : sentry
2
- version : 8.13.0
2
+ version : 8.13.1
3
3
description : >
4
4
A crash reporting library for Dart that sends crash reports to Sentry.io.
5
5
This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.
Original file line number Diff line number Diff line change 1
1
/// The SDK version reported to Sentry.io in the submitted events.
2
- const String sdkVersion = '8.13.0 ' ;
2
+ const String sdkVersion = '8.13.1 ' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_dio' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_dio
2
2
description : An integration which adds support for performance tracing for the Dio package.
3
- version : 8.13.0
3
+ version : 8.13.1
4
4
homepage : https://docs.sentry.io/platforms/dart/
5
5
repository : https://github.com/getsentry/sentry-dart
6
6
issue_tracker : https://github.com/getsentry/sentry-dart/issues
@@ -19,7 +19,7 @@ platforms:
19
19
20
20
dependencies :
21
21
dio : ^5.0.0
22
- sentry : 8.13.0
22
+ sentry : 8.13.1
23
23
24
24
dev_dependencies :
25
25
meta : ^1.3.0
Original file line number Diff line number Diff line change 1
1
/// The SDK version reported to Sentry.io in the submitted events.
2
- const String sdkVersion = '8.13.0 ' ;
2
+ const String sdkVersion = '8.13.1 ' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_drift' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_drift
2
2
description : An integration which adds support for performance tracing for the drift package.
3
- version : 8.13.0
3
+ version : 8.13.1
4
4
homepage : https://docs.sentry.io/platforms/flutter/
5
5
repository : https://github.com/getsentry/sentry-dart
6
6
issue_tracker : https://github.com/getsentry/sentry-dart/issues
@@ -17,7 +17,7 @@ platforms:
17
17
web :
18
18
19
19
dependencies :
20
- sentry : 8.13.0
20
+ sentry : 8.13.1
21
21
meta : ^1.3.0
22
22
drift : ^2.13.0
23
23
Original file line number Diff line number Diff line change 1
1
/// The SDK version reported to Sentry.io in the submitted events.
2
- const String sdkVersion = '8.13.0 ' ;
2
+ const String sdkVersion = '8.13.1 ' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_file' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_file
2
2
description : An integration which adds support for performance tracing for dart.io.File.
3
- version : 8.13.0
3
+ version : 8.13.1
4
4
homepage : https://docs.sentry.io/platforms/dart/
5
5
repository : https://github.com/getsentry/sentry-dart
6
6
issue_tracker : https://github.com/getsentry/sentry-dart/issues
@@ -17,7 +17,7 @@ platforms:
17
17
windows :
18
18
19
19
dependencies :
20
- sentry : 8.13.0
20
+ sentry : 8.13.1
21
21
meta : ^1.3.0
22
22
23
23
dev_dependencies :
Original file line number Diff line number Diff line change 1
1
name : sentry_flutter_example
2
2
description : Demonstrates how to use the sentry_flutter plugin.
3
- version : 8.13.0
3
+ version : 8.13.1
4
4
5
5
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
6
6
You can’t perform that action at this time.
0 commit comments