Skip to content

Commit 5175b6d

Browse files
committed
small pr feedback
1 parent c0234fc commit 5175b6d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/platforms/javascript/common/options.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@ sidebar_order: 2
1414
## Core Options
1515

1616
<SdkOption name='dsn' type='string' envVar='SENTRY_DSN'>
17-
The _DSN_ tells the SDK where to send the events. If this value is not provided, the SDK will try to read it from the `SENTRY_DSN` environment variable. If that variable also does not exist, the SDK will just not send any events.
18-
19-
In runtimes without a process environment (such as the browser) that fallback does not apply.
17+
The _DSN_ tells the SDK where to send the events. If this is not set, the SDK will not send any events.
2018

2119
Learn more about [DSN utilization](/product/sentry-basics/dsn-explainer/#dsn-utilization).
2220

2321
</SdkOption>
2422

2523
<SdkOption name="debug" type='boolean' defaultValue='false'>
2624

27-
Turns debug mode on or off. If debug is enabled SDK will attempt to print out useful debugging information if something goes wrong with sending the event. The default is always `false`. It's generally not recommended to turn it on in production, though turning `debug` mode on will not cause any safety concerns.
25+
Turns debug mode on or off. If debug is enabled SDK will attempt to print out useful debugging information about what the SDK is going.
2826

2927
</SdkOption>
3028

0 commit comments

Comments
 (0)