diff options
| author | Dan Engelbrecht <[email protected]> | 2023-09-14 09:07:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-14 15:07:41 +0200 |
| commit | 84696287c7d21f3b328ded20d76ae56fd3b29a5e (patch) | |
| tree | 4687f3584ef312169bac490e2786bb550c262c2a | |
| parent | v0.2.21-pre0 (diff) | |
| download | zen-84696287c7d21f3b328ded20d76ae56fd3b29a5e.tar.xz zen-84696287c7d21f3b328ded20d76ae56fd3b29a5e.zip | |
enable sentry personal information (ip/username) on shared instances (#404)
| -rw-r--r-- | upstream-config-templates/zen_config.lua.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upstream-config-templates/zen_config.lua.j2 b/upstream-config-templates/zen_config.lua.j2 index cce2effc1..3cb0f8331 100644 --- a/upstream-config-templates/zen_config.lua.j2 +++ b/upstream-config-templates/zen_config.lua.j2 @@ -4,6 +4,9 @@ server = { datadir = "d:\\ZenCacheShared",
abslog = "d:\\local.log",
debug = false,
+ sentry = {
+ allowpersonalinfo = true,
+ }
}
network = {
|