We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19658bf commit db89bbcCopy full SHA for db89bbc
1 file changed
palvelutarjotin/settings.py
@@ -599,6 +599,6 @@ def sentry_traces_sampler(sampling_context: SamplingContext) -> float:
599
],
600
"batch_limit": 5000,
601
"chunk_size": 500,
602
- "submit_unsent_entries": True,
603
- "clear_sent_entries": True,
+ "submit_unsent_entries": False,
+ "clear_sent_entries": False,
604
}
0 commit comments