Take dependency on modified sentry

This commit is contained in:
vishnukvmd 2022-05-29 04:46:31 +05:30
parent dad7f409a7
commit c8af32fc6e
3 changed files with 15 additions and 8 deletions

5
.gitmodules vendored
View file

@ -5,3 +5,8 @@
[submodule "thirdparty/plugins"]
path = thirdparty/plugins
url = https://github.com/ente-io/plugins.git
[submodule "thirdparty/sentry-dart"]
path = thirdparty/sentry-dart
url = https://github.com/ente-io/sentry-dart.git

View file

@ -1003,16 +1003,16 @@ packages:
sentry:
dependency: "direct main"
description:
name: sentry
url: "https://pub.dartlang.org"
source: hosted
path: "thirdparty/sentry-dart/dart"
relative: true
source: path
version: "6.5.1"
sentry_flutter:
dependency: "direct main"
description:
name: sentry_flutter
url: "https://pub.dartlang.org"
source: hosted
path: "thirdparty/sentry-dart/flutter"
relative: true
source: path
version: "6.5.1"
share:
dependency: transitive

View file

@ -89,8 +89,10 @@ dependencies:
quiver: ^3.0.1
receive_sharing_intent: ^1.4.5
scrollable_positioned_list: ^0.2.2
sentry: ^6.5.1
sentry_flutter: ^6.5.1
sentry:
path: thirdparty/sentry-dart/dart
sentry_flutter:
path: thirdparty/sentry-dart/flutter
share_plus: ^4.0.4
shared_preferences: ^2.0.5
sqflite: ^2.0.0+3