File tree Expand file tree Collapse file tree 9 files changed +10
-8
lines changed Expand file tree Collapse file tree 9 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1+ # Unreleased
2+
13# 6.3.0-beta.4
24
35* Feat: Support Attachment.addToTransactions (#709 )
Original file line number Diff line number Diff line change 99library version;
1010
1111/// The SDK version reported to Sentry.io in the submitted events.
12- const String sdkVersion = '6.3.0-beta.4 ' ;
12+ const String sdkVersion = '6.3.0-beta.5 ' ;
1313
1414String sdkName (bool isWeb) => isWeb ? _browserSdkName : _ioSdkName;
1515
Original file line number Diff line number Diff line change 11name : sentry
2- version : 6.3.0-beta.4
2+ version : 6.3.0-beta.5
33description : >
44 A crash reporting library for Dart that sends crash reports to Sentry.io.
55 This library supports Dart VM and Web. For Flutter consider sentry_flutter instead.
Original file line number Diff line number Diff line change 11name : sentry_dio
22description : An integration which adds support for performance tracing for the Dio package.
3- version : 6.3.0-beta.4
3+ version : 6.3.0-beta.5
44homepage : https://docs.sentry.io/platforms/dart/
55repository : https://github.com/getsentry/sentry-dart
66issue_tracker : https://github.com/getsentry/sentry-dart/issues
Original file line number Diff line number Diff line change 11name : sentry_flutter_example
22description : Demonstrates how to use the sentry_flutter plugin.
3- version : 6.3.0-beta.4
3+ version : 6.3.0-beta.5
44
55publish_to : ' none' # Remove this line if you wish to publish to pub.dev
66
Original file line number Diff line number Diff line change 11/// The SDK version reported to Sentry.io in the submitted events.
2- const String sdkVersion = '6.3.0-beta.4 ' ;
2+ const String sdkVersion = '6.3.0-beta.5 ' ;
33
44/// The default SDK name reported to Sentry.io in the submitted events.
55const String sdkName = 'sentry.dart.flutter' ;
Original file line number Diff line number Diff line change 11name : sentry_flutter
2- version : 6.3.0-beta.4
2+ version : 6.3.0-beta.5
33description : Sentry SDK for Flutter. This package aims to support different Flutter targets by relying on the many platforms supported by Sentry with native SDKs.
44homepage : https://docs.sentry.io/platforms/flutter/
55repository : https://github.com/getsentry/sentry-dart
Original file line number Diff line number Diff line change 11/// The SDK version reported to Sentry.io in the submitted events.
2- const String sdkVersion = '6.3.0-beta.4 ' ;
2+ const String sdkVersion = '6.3.0-beta.5 ' ;
33
44/// The default SDK name reported to Sentry.io in the submitted events.
55const String sdkName = 'sentry.dart.logging' ;
Original file line number Diff line number Diff line change 11name : sentry_logging
22description : An integration which adds support for recording log from the logging package.
3- version : 6.3.0-beta.4
3+ version : 6.3.0-beta.5
44homepage : https://docs.sentry.io/platforms/flutter/
55repository : https://github.com/getsentry/sentry-dart
66issue_tracker : https://github.com/getsentry/sentry-dart/issues
You can’t perform that action at this time.
0 commit comments