File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# package: sentry changelog
22
3+ ## 2.0.1
4+
5+ - Invert stack frames to be compatible with Sentry's default culprit detection.
6+
37## 2.0.0
48
59- Fixed deprecation warnings for Dart 2
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 = '2.0.0 ' ;
12+ const String sdkVersion = '2.0.1 ' ;
1313
1414/// The SDK name reported to Sentry.io in the submitted events.
1515const String sdkName = 'dart' ;
Original file line number Diff line number Diff line change 11name : sentry
2- version : 2.0.0
2+ version : 2.0.1
33description : A pure Dart Sentry.io client.
44author :
Flutter Authors <[email protected] > 55homepage : https://github.com/flutter/sentry
You can’t perform that action at this time.
0 commit comments