Development settings: keep artifact bundles

useful to preserve sourcemap upload
This commit is contained in:
Klaas van Schelven
2025-07-23 10:34:23 +02:00
parent d5db61c247
commit 1aef4a45c2

View File

@@ -125,6 +125,8 @@ BUGSINK = {
# set MAX_EVENTS* very high to be able to do serious performance testing (which I do often in my dev environment)
"MAX_EVENTS_PER_PROJECT_PER_5_MINUTES": 1_000_000,
"MAX_EVENTS_PER_PROJECT_PER_HOUR": 50_000_000,
"KEEP_ARTIFACT_BUNDLES": True, # in development: useful to preserve sourcemap uploads
}