mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 01:40:08 -06:00
Minidump feature flag: configurable in docker
This commit is contained in:
@@ -179,6 +179,9 @@ BUGSINK = {
|
||||
os.getenv("MINIMIZE_INFORMATION_EXPOSURE", "false").lower() in ("true", "1", "yes"),
|
||||
|
||||
"PHONEHOME": os.getenv("PHONEHOME", "true").lower() in ("true", "1", "yes"),
|
||||
|
||||
# Feature flags
|
||||
"FEATURE_MINIDUMPS": os.getenv("PHONEHOME", "false").lower() in ("true", "1", "yes"),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user