Closed
Description
- Review the documentation: https://docs.sentry.io/
- Search for existing issues: https://github.com/getsentry/sentry-javascript/issues
- Use the latest release: https://github.com/getsentry/sentry-javascript/releases
- N/A - Provide a link to the affected event from your Sentry account
Description
Vercel deploys to AWS lambda, so the nextjs
package doesn't seem like the right fit, at least on the server-side. But outright replacing it in sentry.server.config.js
doesn't seem like the right call either, as both nextjs/src/index.server.ts
and the AWSLambda
have custom initialization config (and neither export the components).
What's the right direction here? Thanks!