Skip to content

Commit

Permalink
Update proxy docs (getsentry/sentry-java#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Nov 23, 2020
1 parent fe7085f commit 7f1dfff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/platforms/java/common/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ See [Java Networking and Proxies](http://docs.oracle.com/javase/8/docs/technotes

Alternatively, using Sentry options (only affects the Sentry HTTP client, useful inside shared application containers),

```
http.proxy.host=proxy.example.com
http.proxy.port=8080
```properties
http.host=proxy.example.com
# optional
http.port=8080 # default 80
http.user=proxy-user
http.pass=proxy-password
```

0 comments on commit 7f1dfff

Please sign in to comment.