mirror of
https://github.com/flutter/packages.git
synced 2025-07-03 09:08:54 +08:00
bump version to 2.0.1 (#16)
This commit is contained in:
@ -1,5 +1,9 @@
|
|||||||
# package:sentry changelog
|
# package:sentry changelog
|
||||||
|
|
||||||
|
## 2.0.1
|
||||||
|
|
||||||
|
- Invert stack frames to be compatible with Sentry's default culprit detection.
|
||||||
|
|
||||||
## 2.0.0
|
## 2.0.0
|
||||||
|
|
||||||
- Fixed deprecation warnings for Dart 2
|
- Fixed deprecation warnings for Dart 2
|
||||||
|
@ -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.0.0';
|
const String sdkVersion = '2.0.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.0.0
|
version: 2.0.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