2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-08-28 06:45:53 +00:00
Files
.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
inventree-app/lib/dummy_dsn.dart
2021-09-28 23:26:10 +10:00

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";