Browse Source

fix(devserver): Have relay talk directly to the devserver (#60733)

This avoids proxying through the webpack proxy, which may or may not be
running with HTTPS.

This is a follow up to https://github.com/getsentry/sentry/pull/60673
Evan Purkhiser 1 year ago
parent
commit
2a91dcff17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/relay/config.yml

+ 1 - 1
config/relay/config.yml

@@ -1,6 +1,6 @@
 ---
 relay:
-  upstream: 'http://host.docker.internal:8000/'
+  upstream: 'http://host.docker.internal:8001/'
   host: 0.0.0.0
   port: 7899
 logging: