From 0e8e9ab8cc5ae1db3b62b223f567a7cf6120c4bf Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 16 Apr 2020 19:48:00 +1000 Subject: [PATCH] Add requirement for sentry package --- lib/dsn.dart | 2 ++ pubspec.lock | 14 ++++++++++++++ pubspec.yaml | 3 ++- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 lib/dsn.dart diff --git a/lib/dsn.dart b/lib/dsn.dart new file mode 100644 index 00000000..ade4fc4c --- /dev/null +++ b/lib/dsn.dart @@ -0,0 +1,2 @@ + +final String SENTRY_DSN_KEY = "SENTRY_DSN_KEY"; \ No newline at end of file diff --git a/pubspec.lock b/pubspec.lock index fa4c5ec7..f6ef806d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -247,6 +247,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" + sentry: + dependency: "direct main" + description: + name: sentry + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.1" shared_preferences: dependency: "direct main" description: @@ -329,6 +336,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.6" + usage: + dependency: transitive + description: + name: usage + url: "https://pub.dartlang.org" + source: hosted + version: "3.4.1" vector_math: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b34b622b..f8b31f8f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -31,7 +31,8 @@ dependencies: qr_utils: ^0.1.4 # Barcode / QR-code support package_info: ^0.4.0+16 # App information introspection font_awesome_flutter: ^8.8.1 # FontAwesome icon set - flutter_speed_dial: ^1.2.5 # FAB menu elements + flutter_speed_dial: ^1.2.5 # FAB menu elements + sentry: ^3.0.1 # Error reporting dev_dependencies: flutter_test: