mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-14 03:11:46 +00:00
Sample way less transactions
This commit is contained in:
parent
48174d84a4
commit
ecde831e77
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class Settings(BaseSettings):
|
|||
#: An optional Sentry DSN for error reporting.
|
||||
SENTRY_DSN: str | None = None
|
||||
SENTRY_SAMPLE_RATE: float = 1.0
|
||||
SENTRY_TRACES_SAMPLE_RATE: float = 1.0
|
||||
SENTRY_TRACES_SAMPLE_RATE: float = 0.01
|
||||
SENTRY_CAPTURE_MESSAGES: bool = False
|
||||
|
||||
#: Fallback domain for links.
|
||||
|
|
Loading…
Reference in a new issue