Skip to content

Commit 297b7b6

Browse files
committed
fixes
1 parent 25f0f3d commit 297b7b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/platforms/javascript/common/configuration/integrations/debug.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: "Allows you to inspect the contents of a processed event and hint o
88
<Alert title="Deprecation Notice">
99

1010
The `Debug` Integration is deprecated and will be removed in the next major version of the SDK.
11-
To log outgoing events, we recommend using <PlatformLink to="/options/#hooks">Hook Options</PlatformLink> in `Sentry.init()`.
11+
To log outgoing events, we recommend using <PlatformLink to="/configuration/options/#beforeSend">beforeSend</PlatformLink> in `Sentry.init()`.
1212

1313
</Alert>
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
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."
4-
customCanonicalTag: "/platforms/javascript/options/"
4+
customCanonicalTag: "/platforms/javascript/configuration/options/"
55
sidebar_order: 2
66
---
77

docs/platforms/javascript/common/tracing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The two options are meant to be mutually exclusive. If you set both, <PlatformId
5050

5151
<PlatformContent includePath="performance/configure-sample-rate" />
5252

53-
Learn more about tracing <PlatformLink to="/options/#tracing-options">options</PlatformLink>, how to use the <PlatformLink to="/configuration/sampling/#setting-a-sampling-function">tracesSampler</PlatformLink> function, or how to <PlatformLink to="/configuration/sampling/#sampling-transaction-events">sample transactions</PlatformLink>.
53+
Learn more about tracing <PlatformLink to="/configuration/options/#tracing-options">options</PlatformLink>, how to use the <PlatformLink to="/configuration/sampling/#setting-a-sampling-function">tracesSampler</PlatformLink> function, or how to <PlatformLink to="/configuration/sampling/#sampling-transaction-events">sample transactions</PlatformLink>.
5454

5555
## Verify
5656

0 commit comments

Comments
 (0)