File tree 9 files changed +10
-8
lines changed 9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change
1
+ # Unreleased
2
+
1
3
# 6.3.0-beta.3
2
4
3
5
* Feat: Auto transactions duration trimming (#702 )
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.3.0-beta.3 ' ;
12
+ const String sdkVersion = '6.3.0-beta.4 ' ;
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.3.0-beta.3
2
+ version : 6.3.0-beta.4
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.3.0-beta.3
3
+ version : 6.3.0-beta.4
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
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.3.0-beta.3
3
+ version : 6.3.0-beta.4
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.3.0-beta.3 ' ;
2
+ const String sdkVersion = '6.3.0-beta.4 ' ;
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.3.0-beta.3
2
+ version : 6.3.0-beta.4
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
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.3.0-beta.3 ' ;
2
+ const String sdkVersion = '6.3.0-beta.4 ' ;
3
3
4
4
/// The default SDK name reported to Sentry.io in the submitted events.
5
5
const String sdkName = 'sentry.dart.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 : 6.3.0-beta.3
3
+ version : 6.3.0-beta.4
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
You can’t perform that action at this time.
0 commit comments