Skip to content

NextJS SDK takes a long time to import #7859

@AbhiPrasad

Description

@AbhiPrasad
const before = Date.now();
await import("@sentry/nextjs")
console.log(Date.now() - before)

Was reported to take 240ms. Let's try to figure out why!

  • Node 18
  • Latest Next.js (and it's webpack)

Metadata

Metadata

Assignees

Labels

Package: nextjsIssues related to the Sentry Nextjs SDK

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions