File tree 22 files changed +32
-32
lines changed
22 files changed +32
-32
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 9.0.0-beta.1
4
4
5
5
### Features
6
6
Original file line number Diff line number Diff line change 9
9
library ;
10
10
11
11
/// The SDK version reported to Sentry.io in the submitted events.
12
- const String sdkVersion = '9.0.0-alpha.2 ' ;
12
+ const String sdkVersion = '9.0.0-beta.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 : 9.0.0-alpha.2
2
+ version : 9.0.0-beta.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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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 : 9.0.0-alpha.2
22
+ sentry : 9.0.0-beta.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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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 : 9.0.0-alpha.2
20
+ sentry : 9.0.0-beta.1
21
21
meta : ^1.3.0
22
22
drift : ^2.24.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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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 : 9.0.0-alpha.2
20
+ sentry : 9.0.0-beta.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_firebase_remote_config
2
2
description : " Sentry integration to use feature flags from Firebase Remote Config."
3
- version : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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
@@ -21,7 +21,7 @@ dependencies:
21
21
flutter :
22
22
sdk : flutter
23
23
firebase_remote_config : ^5.4.3
24
- sentry : ^ 9.0.0-alpha.2
24
+ sentry : 9.0.0-beta.1
25
25
26
26
dev_dependencies :
27
27
flutter_test :
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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.1
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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.1 ' ;
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 : 9.0.0-alpha.2
2
+ version : 9.0.0-beta.1
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
@@ -23,7 +23,7 @@ dependencies:
23
23
sdk : flutter
24
24
flutter_web_plugins :
25
25
sdk : flutter
26
- sentry : 9.0.0-alpha.2
26
+ sentry : 9.0.0-beta.1
27
27
package_info_plus : ' >=1.0.0'
28
28
meta : ^1.3.0
29
29
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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.1 ' ;
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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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 : 9.0.0-alpha.2
20
+ sentry : 9.0.0-beta.1
21
21
hive : ^2.2.3
22
22
meta : ^1.3.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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.1 ' ;
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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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
@@ -20,7 +20,7 @@ platforms:
20
20
dependencies :
21
21
isar : ^3.1.0
22
22
isar_flutter_libs : ^3.1.0 # contains Isar Core
23
- sentry : 9.0.0-alpha.2
23
+ sentry : 9.0.0-beta.1
24
24
meta : ^1.3.0
25
25
path : ^1.8.3
26
26
Original file line number Diff line number Diff line change 1
1
name : sentry_link
2
2
description : Automatic capture of exceptions and GraphQL errors for the gql eco-system, like graphql and ferry
3
- version : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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
@@ -13,7 +13,7 @@ dependencies:
13
13
gql_exec : " >=0.4.4 <2.0.0"
14
14
gql_link : " >=0.5.0 <2.0.0"
15
15
gql : " >=0.14.0 <2.0.0"
16
- sentry : 9.0.0-alpha.2
16
+ sentry : 9.0.0-beta.1
17
17
18
18
dev_dependencies :
19
19
lints : ^4.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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.1 ' ;
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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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
logging : ^1.0.0
22
- sentry : 9.0.0-alpha.2
22
+ sentry : 9.0.0-beta.1
23
23
24
24
dev_dependencies :
25
25
lints : ' >=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 = '9.0.0-alpha.2 ' ;
2
+ const String sdkVersion = '9.0.0-beta.1 ' ;
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 : 9.0.0-alpha.2
3
+ version : 9.0.0-beta.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
@@ -15,7 +15,7 @@ platforms:
15
15
macos :
16
16
17
17
dependencies :
18
- sentry : 9.0.0-alpha.2
18
+ sentry : 9.0.0-beta.1
19
19
sqflite : ^2.2.8
20
20
sqflite_common : ^2.0.0
21
21
meta : ^1.3.0
You can’t perform that action at this time.
0 commit comments