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 a35510b commit 14f0bc9Copy full SHA for 14f0bc9
src/@types/sentry__nextjs.d.ts
@@ -0,0 +1,5 @@
1
+// Minimal stub for @sentry/nextjs so that TypeScript can resolve the module
2
+// during local development and preview builds. The real package ships its own
3
+// types, but CI environments without full Node resolution may still need this.
4
+
5
+declare module '@sentry/nextjs';
0 commit comments