Enable Sentry Performance Tracing

This commit is contained in:
Maximilian Paß
2023-02-02 15:07:37 +00:00
parent 9b76549083
commit 689344bd79
2 changed files with 11 additions and 1 deletions

View File

@ -71,6 +71,12 @@ sentry:
# This release information is used by Poseidon to provide the version route.
# Normally it is set by the deployment process.
# release: this is replaced in the deployment process
# In debug mode, the debug information is printed to stdout to help you understand what sentry is doing.
# debug: true
# Enable performance tracing.
# enabletracing: true
# The sample rate for sampling traces in the range [0.0, 1.0].
# tracessamplerate: 1.0
# Configuration of the influxdb monitoring
influxdb: