File tree Expand file tree Collapse file tree 11 files changed +32
-14
lines changed Expand file tree Collapse file tree 11 files changed +32
-14
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.0.0-alpha.1
4
+
5
+ ### Various fixes & improvements
6
+
7
+ - add merge target (f2919b9a) by @marandaneto
8
+ - Feat View hierarchy (#1189 ) by @marandaneto
9
+ - remove unreleased (#1186 ) by @denrase
10
+ - Refactor ` BindingUtils ` to enable the use of custom bindings (#1184 ) by @ueman
11
+ - Support custom units for custom measurements (#1181 ) by @denrase
12
+ - Bump Flutter min to 3.0.0 and Dart to 2.17.0 (#1180 ) by @denrase
13
+ - Enha: Replace ` StackTrace.empty ` with ` StackTrace.current ` (#1183 ) by @denrase
14
+ - Feat: Introduce ` Hint ` data bag (#1136 ) by @denrase
15
+ - add missing parameters (#1186 ) by @denrase
16
+ - remove unused file & rename file to match class (#1186 ) by @denrase
17
+ - Use ` sentryClientName ` instead of ` sdk.identifier ` (#1135 ) by @denrase
18
+ - Remove deprecated fields for v7 (#1036 ) by @ueman
19
+ - Feat/remove parameter from manual setup classes (#816 ) by @AliAkberAakash
20
+
3
21
## 7.0.0
4
22
5
23
### Features
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 = '6.18.2 ' ;
12
+ const String sdkVersion = '7.0.0-alpha.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 : 6.18.2
2
+ version : 7.0.0-alpha.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
name : sentry_dio
2
2
description : An integration which adds support for performance tracing for the Dio package.
3
- version : 6.18.2
3
+ version : 7.0.0-alpha.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
@@ -10,7 +10,7 @@ environment:
10
10
11
11
dependencies :
12
12
dio : ^4.0.0
13
- sentry : 6.18.2
13
+ sentry : 7.0.0-alpha.1
14
14
15
15
dev_dependencies :
16
16
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 = '6.18.2 ' ;
2
+ const String sdkVersion = '7.0.0-alpha.1 ' ;
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 : 6.18.2
3
+ version : 7.0.0-alpha.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
@@ -10,7 +10,7 @@ environment:
10
10
sdk : ' >=2.17.0 <2.19.0'
11
11
12
12
dependencies :
13
- sentry : 6.18.2
13
+ sentry : 7.0.0-alpha.1
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 : 6.18.2
3
+ version : 7.0.0-alpha.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 = '6.18.2 ' ;
2
+ const String sdkVersion = '7.0.0-alpha.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 : 6.18.2
2
+ version : 7.0.0-alpha.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
@@ -14,7 +14,7 @@ dependencies:
14
14
sdk : flutter
15
15
flutter_web_plugins :
16
16
sdk : flutter
17
- sentry : 6.18.2
17
+ sentry : 7.0.0-alpha.1
18
18
package_info_plus : ' >=1.0.0 <4.0.0'
19
19
meta : ^1.3.0
20
20
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 = '6.18.2 ' ;
2
+ const String sdkVersion = '7.0.0-alpha.1 ' ;
3
3
4
4
/// The package name reported to Sentry.io in the submitted events.
5
5
const String packageName = 'pub:sentry_logging' ;
You can’t perform that action at this time.
0 commit comments