File tree Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Expand file tree Collapse file tree 14 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 7.12.0
44
55### Enhancements
66
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 = '7.11 .0' ;
12+ const String sdkVersion = '7.12 .0' ;
1313
1414String sdkName (bool isWeb) => isWeb ? _browserSdkName : _ioSdkName;
1515
Original file line number Diff line number Diff line change 11name : sentry
2- version : 7.11 .0
2+ version : 7.12 .0
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 11/// The SDK version reported to Sentry.io in the submitted events.
2- const String sdkVersion = '7.11 .0' ;
2+ const String sdkVersion = '7.12 .0' ;
33
44/// The package name reported to Sentry.io in the submitted events.
55const String packageName = 'pub:sentry_dio' ;
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 : 7.11 .0
3+ version : 7.12 .0
44homepage : https://docs.sentry.io/platforms/dart/
55repository : https://github.com/getsentry/sentry-dart
66issue_tracker : https://github.com/getsentry/sentry-dart/issues
@@ -11,7 +11,7 @@ environment:
1111
1212dependencies :
1313 dio : ^5.0.0
14- sentry : 7.11 .0
14+ sentry : 7.12 .0
1515
1616dev_dependencies :
1717 meta : ^1.3.0
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 = '7.11 .0' ;
2+ const String sdkVersion = '7.12 .0' ;
33
44/// The package name reported to Sentry.io in the submitted events.
55const String packageName = 'pub:sentry_file' ;
Original file line number Diff line number Diff line change 11name : sentry_file
22description : An integration which adds support for performance tracing for dart.io.File.
3- version : 7.11 .0
3+ version : 7.12 .0
44homepage : https://docs.sentry.io/platforms/dart/
55repository : https://github.com/getsentry/sentry-dart
66issue_tracker : https://github.com/getsentry/sentry-dart/issues
@@ -10,7 +10,7 @@ environment:
1010 sdk : ' >=2.19.0 <4.0.0'
1111
1212dependencies :
13- sentry : 7.11 .0
13+ sentry : 7.12 .0
1414 meta : ^1.3.0
1515
1616dev_dependencies :
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 : 7.11 .0
3+ version : 7.12 .0
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 = '7.11 .0' ;
2+ const String sdkVersion = '7.12 .0' ;
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 : 7.11 .0
2+ version : 7.12 .0
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
@@ -15,7 +15,7 @@ dependencies:
1515 sdk : flutter
1616 flutter_web_plugins :
1717 sdk : flutter
18- sentry : 7.11 .0
18+ sentry : 7.12 .0
1919 package_info_plus : ' >=1.0.0 <5.0.0'
2020 meta : ^1.3.0
2121 ffi : ^2.0.0
You can’t perform that action at this time.
0 commit comments