mirror of
https://github.com/inventree/inventree-app.git
synced 2025-08-28 06:45:53 +00:00
.github
android
assets
ios
lib
generated
inventree
l10n
settings
widget
api.dart
api_form.dart
app_colors.dart
app_settings.dart
barcode.dart
dummy_dsn.dart
helpers.dart
l10.dart
main.dart
preferences.dart
user_profile.dart
res
test
.gitignore
.gitmodules
.metadata
LICENSE
README.md
RELEASE.md
analysis_options.yaml
crowdin.yml
l10n.yaml
pubspec.lock
pubspec.yaml
3 lines
137 B
Dart
3 lines
137 B
Dart
// Dummy DSN to use for unit testing, etc
|
|
|
|
const String SENTRY_DSN_KEY = "https://12345678901234567890@abcdef.ingest.sentry.io/11223344"; |