Upgrade sentry-sdk, support performance monitoring

This commit is contained in:
Raphael Michel
2021-05-18 11:02:16 +02:00
parent ad3f6e9077
commit b3e14be6ed
4 changed files with 7 additions and 2 deletions
+4
View File
@@ -350,10 +350,14 @@ application. If you want to use sentry, you need to set a DSN in the configurati
[sentry]
dsn=https://<key>:<secret>@sentry.io/<project>
traces_sample_rate=0.5
``dsn``
You will be given this value by your sentry installation.
``traces_sample_rate``
Sample rate for performance monitoring.
Caching
-------