Skip to content

Commit 9dcd43f

Browse files
fix(gatsby): make it clear where to put Sentry SDK config (#12972)
1 parent 63d0caf commit 9dcd43f

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/gatsby

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/gatsby/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = {
5151

5252
## Configure
5353

54-
Then, configure your `Sentry.init`:
54+
Then, configure your `Sentry.init`. For this, create a new file called `sentry.config.js` in the root of your project and add the following code:
5555

5656

5757
```javascript {filename:sentry.config.(js|ts)} {"onboardingOptions": {"performance": "6, 9-15", "session-replay": "7, 16-22"}}

0 commit comments

Comments
 (0)