Skip to content

Commit 3caa893

Browse files
fix(nextjs): User server types (#3471)
In order to use `withSentry`, the types must be from the server instead of the client.
1 parent 472480a commit 3caa893

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
66

7+
## 6.3.3
8+
9+
- [nextjs] fix: User server types (#3471)
10+
711
## 6.3.2
812

913
- [nextjs] ref: Remove next.js plugin (#3462)

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"main": "./dist/index.server.js",
1313
"module": "./esm/index.server.js",
1414
"browser": "./esm/index.client.js",
15-
"types": "./esm/index.client.d.ts",
15+
"types": "./esm/index.server.d.ts",
1616
"publishConfig": {
1717
"access": "public"
1818
},

0 commit comments

Comments
 (0)