mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Simplify DSN file (#475)
* Add checks for empty sentry DSN * Add default DSN key * Fix CI workflows
This commit is contained in:
parent
a889c4adbe
commit
b02dc5bac7
8 changed files with 25 additions and 16 deletions
7
lib/dsn.dart
Normal file
7
lib/dsn.dart
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
/*
|
||||
* For integration with sentry.io, fill out the SENTRY_DSN_KEY value below.
|
||||
* This should be set to a valid DSN key, from your sentry.io account
|
||||
*
|
||||
*/
|
||||
String SENTRY_DSN_KEY = "https://fea705aa4b8e4c598dcf9b146b3d1b86@o378676.ingest.sentry.io/5202450";
|
||||
Loading…
Add table
Add a link
Reference in a new issue