Skip to content

Commit

Permalink
fix(nextjs): User server types (#3471)
Browse files Browse the repository at this point in the history
In order to use `withSentry`, the types must be from the server instead of the client.
  • Loading branch information
iker-barriocanal authored Apr 28, 2021
1 parent 472480a commit 3caa893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

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

## 6.3.3

- [nextjs] fix: User server types (#3471)

## 6.3.2

- [nextjs] ref: Remove next.js plugin (#3462)
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "./dist/index.server.js",
"module": "./esm/index.server.js",
"browser": "./esm/index.client.js",
"types": "./esm/index.client.d.ts",
"types": "./esm/index.server.d.ts",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 3caa893

Please sign in to comment.