Skip to content

Commit 90fb18e

Browse files
committed
rename & small fixes
1 parent 03f2211 commit 90fb18e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/platforms/javascript/common/options.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SDK Options
2+
title: Options
33
description: "Learn more about how to configure the SDK. These options are set when the SDK is first initialized, passed to the init function as an object."
44
customCanonicalTag: "/platforms/javascript/options/"
55
sidebar_order: 2
@@ -31,18 +31,18 @@ Turns debug mode on or off. If debug is enabled SDK will attempt to print out us
3131
Sets the release. Release names are strings, but some formats are detected by Sentry and might be rendered differently. Learn more about how to send release data so Sentry can tell you about regressions between releases and identify the potential source in [the releases documentation](/product/releases/) or the <SandboxLink scenario="releases">sandbox</SandboxLink>.
3232

3333
<PlatformCategorySection supported={["server", "serverless"]}>
34-
By default, the SDK will try to read this value from the `SENTRY_RELEASE`
34+
On the server, the SDK will try to read this value from the `SENTRY_RELEASE`
3535
environment variable.
3636
</PlatformCategorySection>
3737

3838
<PlatformCategorySection supported={["browser"]}>
39-
By default, the SDK will try to read this value from
39+
In the browser, the SDK will try to read this value from
4040
`window.SENTRY_RELEASE.id` if available.
4141
</PlatformCategorySection>
4242

4343
<PlatformSection supported={["javascript.electron"]}>
44-
By default the SDK will read properties from the Electron `app` module to
45-
create the release in the format `appName@version`.
44+
The SDK will read properties from the Electron `app` module to create the
45+
release in the format `appName@version`.
4646
</PlatformSection>
4747

4848
</SdkOption>

0 commit comments

Comments
 (0)