File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7
7
pubspec.lock
8
8
.idea /libraries
9
9
.idea /workspace.xml
10
+ android /
11
+ ios /
Original file line number Diff line number Diff line change 1
1
# package: sentry changelog
2
2
3
+ ## 2.1.1
4
+
5
+ - Defensively copy internal maps event attributes to
6
+ avoid shared mutable state (https://github.com/flutter/sentry/commit/044e4c1f43c2d199ed206e5529e2a630c90e4434 )
7
+
3
8
## 2.1.0
4
9
5
10
- Support DNS format without secret key.
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 = '2.1.0 ' ;
12
+ const String sdkVersion = '2.1.1 ' ;
13
13
14
14
/// The SDK name reported to Sentry.io in the submitted events.
15
15
const String sdkName = 'dart' ;
Original file line number Diff line number Diff line change 1
1
name : sentry
2
- version : 2.1.0
2
+ version : 2.1.1
3
3
description : A pure Dart Sentry.io client.
4
4
author :
Flutter Authors <[email protected] >
5
5
homepage : https://github.com/flutter/sentry
You can’t perform that action at this time.
0 commit comments