From f54456c1f4ccaeefa01c67054009f32f8a32daaf Mon Sep 17 00:00:00 2001
From: erikjohnston
sentry
Use this option to enable sentry integration. Provide the DSN assigned to you by sentry
-with the dsn
setting.
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: "..."