2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 02:05:29 +00:00

Add a dummy .dsn file

This commit is contained in:
Oliver
2021-09-28 23:26:10 +10:00
parent c868e36eb9
commit 04344c6c8b
4 changed files with 82 additions and 33 deletions

3
lib/dummy_dsn.dart Normal file
View File

@ -0,0 +1,3 @@
// Dummy DSN to use for unit testing, etc
const String SENTRY_DSN_KEY = "https://12345678901234567890@abcdef.ingest.sentry.io/11223344";