Skip to content

Commit 4349c4c

Browse files
chargomemydea
andauthored
Update platform-includes/performance/configure-sample-rate/javascript.nextjs.mdx
Co-authored-by: Francesco Gringl-Novy <[email protected]>
1 parent c1d9a1b commit 4349c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/performance/configure-sample-rate/javascript.nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Set `tracesSampleRate` in your config files:
22
- `sentry.server.config.js`
33
- `sentry.edge.config.js`:
44
- `instrumentation-client.js`
5-
- If you previously had file called `sentry.client.config.(js|ts)`, you can also safely rename this to `instrumentation-client.(js|ts)` for all Next.js versions.
5+
- If you previously had a file called `sentry.client.config.(js|ts)`, you can safely rename this to `instrumentation-client.(js|ts)` for all Next.js versions.
66

77
```javascript {tabTitle:Client} {filename:instrumentation-client.(js|ts)}
88
import * as Sentry from "@sentry/nextjs";

0 commit comments

Comments
 (0)