Skip to content

Commit 0cc4247

Browse files
committed
fix display issue in options
1 parent 9c176d6 commit 0cc4247

File tree

1 file changed

+4
-8
lines changed
  • docs/platforms/javascript/common/configuration

1 file changed

+4
-8
lines changed

docs/platforms/javascript/common/configuration/options.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,10 @@ Set this option to `false` to disable sending of client reports. Client reports
170170

171171
Set this option to `true` to add stack local variables to stack traces.
172172

173-
<PlatformSection
174-
notSupported={["javascript.bun", "javascript.cloudflare", "javascript.deno"]}
175-
>
176-
For more advanced configuration options, see the documentation on the{" "}
177-
<PlatformLink to="/configuration/integrations/localvariables">
178-
Local Variables integration options
179-
</PlatformLink>
180-
.
173+
<PlatformSection notSupported={["javascript.bun", "javascript.cloudflare", "javascript.deno"]}>
174+
175+
For more advanced configuration options, see the documentation on the <PlatformLink to="/configuration/integrations/localvariables">Local Variables integration options</PlatformLink>.
176+
181177
</PlatformSection>
182178

183179
</SdkOption>

0 commit comments

Comments
 (0)