Skip to content

Commit ba680d3

Browse files
smeubanklizokm
andauthored
nit pick (#6411)
* nit pick less text, more bold * Update src/wizard/javascript/replay-onboarding/nextjs/2.configure.md Co-authored-by: Liza Mock <[email protected]> --------- Co-authored-by: Liza Mock <[email protected]>
1 parent 91c476d commit ba680d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wizard/javascript/replay-onboarding/nextjs/2.configure.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ type: language
77

88
#### Configure
99

10-
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/nextjs/session-replay/).
10+
Add the following to your SDK config. Several privacy and sampling options are 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/nextjs/session-replay/).
11+
12+
Alert: The Replay integration *must* be added to your *`sentry.client.config.js`* file. Adding it into `sentry.server.config.js` or `sentry.edge.config.js` may break your build.
1113

1214
```javascript {filename:sentry.client.config.js}
1315
import * as Sentry from "@sentry/nextjs";
@@ -25,5 +27,3 @@ Sentry.init({
2527
integrations: [new Sentry.Replay()],
2628
});
2729
```
28-
29-
Note: The Replay integration only needs to be added to your `sentry.client.config.js` file. It will not run if it is added into `sentry.server.config.js` or `sentry.edge.config.js`.

0 commit comments

Comments
 (0)