File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Sentry.init({
7575
7676### 4. Server-side setup
7777
78- Add an ` sentry.server.config.ts ` file to the root of your project:
78+ Add a ` sentry.server.config.ts ` file to the root of your project:
7979
8080``` javascript
8181import * as Sentry from ' @sentry/nuxt' ;
@@ -137,23 +137,23 @@ When adding `sentry.server.config.ts`, you might get an error like this:
137137for ` @vercel/nft ` to fix this. This will add the ` hook.mjs ` file to your build output
138138([ Nitro issue here] ( https://github.com/unjs/nitro/issues/2703 ) ).
139139
140- In ` npm ` :
140+ For ` npm ` :
141141
142142``` json
143143"overrides" : {
144144 "@vercel/nft" : " ^0.27.4"
145145}
146146```
147147
148- in ` yarn ` :
148+ for ` yarn ` :
149149
150150``` json
151151"resolutions" : {
152152 "@vercel/nft" : " ^0.27.4"
153153}
154154```
155155
156- or in ` pnpm ` :
156+ or for ` pnpm ` :
157157
158158``` json
159159"pnpm" : {
You can’t perform that action at this time.
0 commit comments