mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 09:38:17 +08:00
version 2.1.1; changelog update (#25)
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,3 +7,5 @@ packages
|
|||||||
pubspec.lock
|
pubspec.lock
|
||||||
.idea/libraries
|
.idea/libraries
|
||||||
.idea/workspace.xml
|
.idea/workspace.xml
|
||||||
|
android/
|
||||||
|
ios/
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
# package:sentry changelog
|
# package:sentry changelog
|
||||||
|
|
||||||
|
## 2.1.1
|
||||||
|
|
||||||
|
- Defensively copy internal maps event attributes to
|
||||||
|
avoid shared mutable state (https://github.com/flutter/sentry/commit/044e4c1f43c2d199ed206e5529e2a630c90e4434)
|
||||||
|
|
||||||
## 2.1.0
|
## 2.1.0
|
||||||
|
|
||||||
- Support DNS format without secret key.
|
- Support DNS format without secret key.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
library version;
|
library version;
|
||||||
|
|
||||||
/// The SDK version reported to Sentry.io in the submitted events.
|
/// The SDK version reported to Sentry.io in the submitted events.
|
||||||
const String sdkVersion = '2.1.0';
|
const String sdkVersion = '2.1.1';
|
||||||
|
|
||||||
/// The SDK name reported to Sentry.io in the submitted events.
|
/// The SDK name reported to Sentry.io in the submitted events.
|
||||||
const String sdkName = 'dart';
|
const String sdkName = 'dart';
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: sentry
|
name: sentry
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
description: A pure Dart Sentry.io client.
|
description: A pure Dart Sentry.io client.
|
||||||
author: Flutter Authors <flutter-dev@googlegroups.com>
|
author: Flutter Authors <flutter-dev@googlegroups.com>
|
||||||
homepage: https://github.com/flutter/sentry
|
homepage: https://github.com/flutter/sentry
|
||||||
|
Reference in New Issue
Block a user