Skip to content

Commit

Permalink
docs(with-sentry): Add note regarding replacing wizardcopy.js config …
Browse files Browse the repository at this point in the history
…files (#37039)
  • Loading branch information
kamilogorek committed May 23, 2022
1 parent 25a4c00 commit 241c510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-sentry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Next, run [`sentry-wizard`](https://docs.sentry.io/platforms/javascript/guides/n
npx @sentry/wizard -i nextjs
```

_Beware that above command creates files extended with `.wizardcopy.js` as the example already contains the config files._
_Beware that above command creates files extended with `.wizardcopy.js` as the example already contains the config files. Thus after running the wizard, replace example files with those newly created._

Once the files are created, you can further configure your app by adding [SDK settings](https://docs.sentry.io/platforms/javascript/guides/nextjs/configuration/) to `sentry.server.config.js` and `sentry.client.config.js`, and [`SentryWebpackPlugin` settings](https://github.com/getsentry/sentry-webpack-plugin#options) to `next.config.js`.

Expand Down

0 comments on commit 241c510

Please sign in to comment.