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"]
|
[submodule "thirdparty/plugins"]
|
||||||
path = thirdparty/plugins
|
path = thirdparty/plugins
|
||||||
url = https://github.com/ente-io/plugins.git
|
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:
|
sentry:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: sentry
|
path: "thirdparty/sentry-dart/dart"
|
||||||
url: "https://pub.dartlang.org"
|
relative: true
|
||||||
source: hosted
|
source: path
|
||||||
version: "6.5.1"
|
version: "6.5.1"
|
||||||
sentry_flutter:
|
sentry_flutter:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: sentry_flutter
|
path: "thirdparty/sentry-dart/flutter"
|
||||||
url: "https://pub.dartlang.org"
|
relative: true
|
||||||
source: hosted
|
source: path
|
||||||
version: "6.5.1"
|
version: "6.5.1"
|
||||||
share:
|
share:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|
|
@ -89,8 +89,10 @@ dependencies:
|
||||||
quiver: ^3.0.1
|
quiver: ^3.0.1
|
||||||
receive_sharing_intent: ^1.4.5
|
receive_sharing_intent: ^1.4.5
|
||||||
scrollable_positioned_list: ^0.2.2
|
scrollable_positioned_list: ^0.2.2
|
||||||
sentry: ^6.5.1
|
sentry:
|
||||||
sentry_flutter: ^6.5.1
|
path: thirdparty/sentry-dart/dart
|
||||||
|
sentry_flutter:
|
||||||
|
path: thirdparty/sentry-dart/flutter
|
||||||
share_plus: ^4.0.4
|
share_plus: ^4.0.4
|
||||||
shared_preferences: ^2.0.5
|
shared_preferences: ^2.0.5
|
||||||
sqflite: ^2.0.0+3
|
sqflite: ^2.0.0+3
|
||||||
|
|
Loading…
Add table
Reference in a new issue