File tree 20 files changed +28
-28
lines changed
20 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 7.16.0
4
4
5
5
### Features
6
6
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 = '7.15 .0' ;
12
+ const String sdkVersion = '7.16 .0' ;
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 : 7.15 .0
2
+ version : 7.16 .0
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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
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 : 7.15 .0
3
+ version : 7.16 .0
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
@@ -11,7 +11,7 @@ environment:
11
11
12
12
dependencies :
13
13
dio : ^5.0.0
14
- sentry : 7.15 .0
14
+ sentry : 7.16 .0
15
15
16
16
dev_dependencies :
17
17
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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
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 : 7.15 .0
3
+ version : 7.16 .0
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
@@ -10,7 +10,7 @@ environment:
10
10
flutter : ' >=3.3.0'
11
11
12
12
dependencies :
13
- sentry : 7.15 .0
13
+ sentry : 7.16 .0
14
14
meta : ^1.3.0
15
15
drift : ^2.13.0
16
16
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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
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 : 7.15 .0
3
+ version : 7.16 .0
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
@@ -10,7 +10,7 @@ environment:
10
10
sdk : ' >=2.19.0 <4.0.0'
11
11
12
12
dependencies :
13
- sentry : 7.15 .0
13
+ sentry : 7.16 .0
14
14
meta : ^1.3.0
15
15
16
16
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 : 7.15 .0
3
+ version : 7.16 .0
4
4
5
5
publish_to : ' none' # Remove this line if you wish to publish to pub.dev
6
6
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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
3
3
4
4
/// The default SDK name reported to Sentry.io in the submitted events.
5
5
const String sdkName = 'sentry.dart.flutter' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_flutter
2
- version : 7.15 .0
2
+ version : 7.16 .0
3
3
description : Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs.
4
4
homepage : https://docs.sentry.io/platforms/flutter/
5
5
repository : https://github.com/getsentry/sentry-dart
@@ -15,7 +15,7 @@ dependencies:
15
15
sdk : flutter
16
16
flutter_web_plugins :
17
17
sdk : flutter
18
- sentry : 7.15 .0
18
+ sentry : 7.16 .0
19
19
package_info_plus : ' >=1.0.0 <=5.0.1'
20
20
meta : ^1.3.0
21
21
ffi : ^2.0.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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_hive' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_hive
2
2
description : An integration which adds support for performance tracing for the hive package.
3
- version : 7.15 .0
3
+ version : 7.16 .0
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
@@ -9,7 +9,7 @@ environment:
9
9
sdk : ' >=2.17.0 <4.0.0'
10
10
11
11
dependencies :
12
- sentry : 7.15 .0
12
+ sentry : 7.16 .0
13
13
hive : ^2.2.3
14
14
meta : ^1.3.0
15
15
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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_isar' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_isar
2
2
description : An integration which adds support for performance tracing for the isar package.
3
- version : 7.15 .0
3
+ version : 7.16 .0
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
@@ -12,7 +12,7 @@ environment:
12
12
dependencies :
13
13
isar : ^3.1.0
14
14
isar_flutter_libs : ^3.1.0 # contains Isar Core
15
- sentry : 7.15 .0
15
+ sentry : 7.16 .0
16
16
meta : ^1.3.0
17
17
path : ^1.8.3
18
18
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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_logging' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_logging
2
2
description : An integration which adds support for recording log from the logging package.
3
- version : 7.15 .0
3
+ version : 7.16 .0
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
@@ -11,7 +11,7 @@ environment:
11
11
12
12
dependencies :
13
13
logging : ^1.0.0
14
- sentry : 7.15 .0
14
+ sentry : 7.16 .0
15
15
16
16
dev_dependencies :
17
17
lints : ^3.0.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 = '7.15 .0' ;
2
+ const String sdkVersion = '7.16 .0' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_sqflite' ;
Original file line number Diff line number Diff line change 1
1
name : sentry_sqflite
2
2
description : An integration which adds support for performance tracing for the sqflite package.
3
- version : 7.15 .0
3
+ version : 7.16 .0
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
@@ -10,7 +10,7 @@ environment:
10
10
flutter : ' >=3.3.0' # matching sqflite
11
11
12
12
dependencies :
13
- sentry : 7.15 .0
13
+ sentry : 7.16 .0
14
14
sqflite : ^2.0.0
15
15
sqflite_common : ^2.0.0
16
16
meta : ^1.3.0
You can’t perform that action at this time.
0 commit comments