We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e358e16 commit 2c25610Copy full SHA for 2c25610
CHANGELOG.md
@@ -4,6 +4,17 @@
4
5
- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
6
7
+## 7.43.0
8
+
9
+- feat(nextjs): Run source map upload in Vercel develop and preview environments (#7436)
10
+- feat(types): Add `profilesSampler` option to node client type (#7385)
11
+- fix(core): Avoid using `Array.findIndex()` as it is ES5 incompatible (#7400)
12
+- fix(nextjs): Add better error messages for missing params during next build (#7434)
13
+- fix(nextjs): Don't crash build when auth token is missing
14
+- fix(node): Revert to dynamic `require` call to fix monkey patching (#7430)
15
+- fix(types): Fix node types & add E2E test (#7429)
16
17
18
## 7.42.0
19
20
- feat(core): Add lifecycle hooks (#7370)
0 commit comments