Take dependency on modified sentry
This commit is contained in:
parent
dad7f409a7
commit
c8af32fc6e
3 changed files with 15 additions and 8 deletions
5
.gitmodules
vendored
5
.gitmodules
vendored
|
@ -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
|
||||
|
||||
|
|
12
pubspec.lock
12
pubspec.lock
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue