Skip to content

Commit 306f612

Browse files
authored
Update noProxy list in index.mdx (#15122)
With the new changes in 25.9.0 it seems we should add pgbouncer and seaweedfs to the no proxy list as well.
1 parent f2bd60c commit 306f612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop-docs/self-hosted/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ By default Sentry sends anonymous usage statistics to the Sentry team. It helps
138138
"proxies": {
139139
"httpProxy": "http://proxy:3128",
140140
"httpsProxy": "http://proxy:3128",
141-
"noProxy": "smtp,memcached,redis,postgres,kafka,clickhouse,snuba-api,symbolicator,web,worker,nginx,relay,vroom,taskbroker,172.17.0.0/16,127.0.0.0/8"
141+
"noProxy": "smtp,memcached,redis,postgres,pgbouncer,kafka,clickhouse,seaweedfs,snuba-api,symbolicator,web,worker,nginx,relay,vroom,taskbroker,172.17.0.0/16,127.0.0.0/8"
142142
}
143143
}
144144
```

0 commit comments

Comments
 (0)