Skip to content

Commit

Permalink
fix: Add more commas
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Sep 4, 2018
1 parent d9b5df3 commit eb9a407
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/collections/_documentation/learn/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ and PII impact. Enabled by default on platforms where this is available.
## Integration Configuration

For many platform SDKs integrations can be configured alongside it. On some platforms that
happens as part of the `init()` call, in some others different patterns apply.
happen as part of the `init()` call, in some others, different patterns apply.

{:.config-key}
### integrations
Expand Down Expand Up @@ -172,16 +172,16 @@ support highly specific deployments.
### transport

This switches out the transport that is used to send events. How this works depends on the SDK. It
can for instance be used to capture events for unit-testing or to send it through some more complex
can, for instance, be used to capture events for unit-testing or to send it through some more complex
setup that requires proxy authentication.

{:.config-key}
### http-proxy

When set a proxy can be configured that should be used for outbound requests. This is also used for
HTTPS requests unless a separate `https-proxy` is configured. Note however that not all SDKs
support a separate HTTPS proxy. SDKs will attempt to default to the system wide configured proxy
if possible. For instance on unix systems the `http_proxy` environment variable will be picked up.
support a separate HTTPS proxy. SDKs will attempt to default to the system-wide configured proxy
if possible. For instance, on unix systems, the `http_proxy` environment variable will be picked up.

{:.config-key}
### https-proxy
Expand All @@ -199,5 +199,5 @@ Controls how many seconds to wait before shutting down. Sentry SDKs send events
queue and this queue is given a certain amount to drain pending events. The default is SDK specific
but typically around 2 seconds. Setting this value too low will most likely cause problems for
sending events from command line applications. Setting it too high will cause the application to
block for long time for users with network connectivity problems.
block for a long time for users with network connectivity problems.
{% endunsupported %}

0 comments on commit eb9a407

Please sign in to comment.