Skip to content

Commit ec68afa

Browse files
authored
fix(nextjs): Remove note about API routes not working (#3934)
As of getsentry/sentry-javascript#3811, the SDK should now work in API routes.
1 parent 7f24aa8 commit ec68afa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/includes/getting-started-primer/javascript.nextjs.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ Features:
1515
- Automatic [Performance Monitoring](/product/performance/) for both the client and server, from version `6.5.0`
1616

1717
Under the hood the SDK relies on our [React SDK](/platforms/javascript/guides/react/) on the frontend and [Node SDK](/platforms/node) on the backend, which makes all features available in those SDKs also available in this SDK.
18-
19-
<Alert level="info" title="Early Adopter">
20-
21-
We are working to resolve [this issue](https://github.com/getsentry/sentry-javascript/issues/3643) in Vercel production environments. The SDK is currently unable to pick up errors and/or transactions when calling serverless API routes.
22-
23-
</Alert>

0 commit comments

Comments
 (0)