Add automatic detection for release version

This commit is contained in:
Sebastian Serth
2023-02-28 10:53:41 +01:00
committed by Sebastian Serth
parent f79aa924f3
commit efa746c940
2 changed files with 35 additions and 3 deletions

View File

@ -76,9 +76,9 @@ sentry:
# dsn: https://example.io
# The environment to be sent with events.
# environment: staging
# 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
# This release information is used by Poseidon to provide the version route and tag events in Sentry.
# If no specific value is set, the git commit hash used to build the binary is used.
# release: development
# In debug mode, the debug information is printed to stdout to help you understand what sentry is doing.
# debug: true
# Enable performance tracing.