From f54456c1f4ccaeefa01c67054009f32f8a32daaf Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 12 Dec 2023 16:06:01 +0000 Subject: deploy: e108cde669fcc0a9f1def9d8771f962c9b0b312f --- develop/usage/configuration/config_documentation.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'develop/usage/configuration') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 1a5fbed497..2104a41c96 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -2445,7 +2445,10 @@ Defaults to false.


sentry

Use this option to enable sentry integration. Provide the DSN assigned to you by sentry -with the dsn setting.

+with the dsn setting.

+

An optional environment field can be used to specify an environment. This allows +for log maintenance based on different environments, ensuring better organization +and analysis..

NOTE: While attempts are made to ensure that the logs don't contain any sensitive information, this cannot be guaranteed. By enabling this option the sentry server may therefore receive sensitive @@ -2453,6 +2456,7 @@ information, and it in turn may then disseminate sensitive information through insecure notification channels if so configured.

Example configuration:

sentry:
+    environment: "production"
     dsn: "..."
 

-- cgit 1.5.1