diff --git a/.gitmodules b/.gitmodules index f4a086214..8cbf81c23 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 + diff --git a/pubspec.lock b/pubspec.lock index 411264dfd..ac56ba3a7 100644 --- a/pubspec.lock +++ b/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 diff --git a/pubspec.yaml b/pubspec.yaml index 1a6cdb516..449484949 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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