Skip to content

Commit

Permalink
ref(replay onboarding docs): fix some incorrect links
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Dec 8, 2023
1 parent a74c717 commit 5d85797
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: language

#### Configure

There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/session-replay/). Add the following to your SDK config:
There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/guides/astro/session-replay/). Add the following to your SDK config:

```javascript
import * as Sentry from "@sentry/astro";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: language

#### Configure

There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/session-replay/). Add the following to your SDK config:
There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/guides/capacitor/session-replay/). Add the following to your SDK config:

```javascript
import * as Sentry from "@sentry/capacitor";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: framework

#### Configure

Add the following to your SDK config. There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/session-replay/).
Add the following to your SDK config. There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/guides/electron/session-replay/).

```javascript
import * as Sentry from "@sentry/electron";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: language

#### Configure

Add the following to your SDK config in `hooks.client.(js|ts)`. There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/guides/svelte/session-replay/).
Add the following to your SDK config in `hooks.client.(js|ts)`. There are several privacy and sampling options available, all of which can be set using the `integrations` constructor. Learn more about configuring Session Replay by reading the [configuration docs](https://docs.sentry.io/platforms/javascript/guides/sveltekit/session-replay/).

```javascript
// hooks.client.(js|ts):
Expand Down

0 comments on commit 5d85797

Please sign in to comment.