Skip to content

Commit 7ba1162

Browse files
committed
run prettier
1 parent 91bdac1 commit 7ba1162

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

packages/nuxt/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,18 +56,18 @@ The Sentry Nuxt SDK is based on [Nuxt Modules](https://nuxt.com/docs/api/kit/mod
5656
1. Add `@sentry/nuxt` to the modules section of `nuxt.config.ts`:
5757

5858
```javascript
59-
// nuxt.config.ts
60-
export default defineNuxtConfig({
61-
modules: ['@sentry/nuxt'],
62-
runtimeConfig: {
63-
public: {
64-
sentry: {
65-
dsn: env.DSN,
66-
// Additional config
67-
},
68-
},
59+
// nuxt.config.ts
60+
export default defineNuxtConfig({
61+
modules: ['@sentry/nuxt'],
62+
runtimeConfig: {
63+
public: {
64+
sentry: {
65+
dsn: env.DSN,
66+
// Additional config
6967
},
70-
});
68+
},
69+
},
70+
});
7171
```
7272

7373
### 3. Server-side Setup

0 commit comments

Comments
 (0)