Skip to content
Snippets Groups Projects
Commit 70870d6d authored by vjrj's avatar vjrj
Browse files

Added sentry logging

parent a9210fb9
No related branches found
No related tags found
No related merge requests found
...@@ -1104,10 +1104,10 @@ packages: ...@@ -1104,10 +1104,10 @@ packages:
dependency: transitive dependency: transitive
description: description:
name: sentry name: sentry
sha256: faecda9087cd6d1c2b95bd5e16cce0adeef2e9aa34b8016b150b314be7b5c642 sha256: "144d96d63c23dfd6bba991ba2154279d4e7db5e325767f8fe0f466293da86890"
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "7.2.0" version: "7.4.0"
sentry_dart_plugin: sentry_dart_plugin:
dependency: "direct main" dependency: "direct main"
description: description:
...@@ -1120,10 +1120,18 @@ packages: ...@@ -1120,10 +1120,18 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: sentry_flutter name: sentry_flutter
sha256: "038607c578d2601c63ced78a503c23d7b25f24bd3c24492cadfc47bc9cbb6636" sha256: d60384b6dd61c461f3891b96ad7f0293397c3afc6ea4a129c12e92a27651e000
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "7.2.0" version: "7.4.0"
sentry_logging:
dependency: "direct main"
description:
name: sentry_logging
sha256: "5a28f0b3070872c772d9b371106345a8680ced5b8394502125dd532cd0935fdd"
url: "https://pub.dev"
source: hosted
version: "7.4.0"
share_plus: share_plus:
dependency: "direct main" dependency: "direct main"
description: description:
......
...@@ -66,6 +66,7 @@ dependencies: ...@@ -66,6 +66,7 @@ dependencies:
package_info_plus: ^3.0.3 package_info_plus: ^3.0.3
share_plus: ^6.3.1 share_plus: ^6.3.1
sentry_dart_plugin: ^1.1.0 sentry_dart_plugin: ^1.1.0
sentry_logging: ^7.4.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment