Skip to content

Commit 14f0bc9

Browse files
Add minimal TypeScript stub for @sentry/nextjs module
Co-authored-by: rahul.chhabria <[email protected]>
1 parent a35510b commit 14f0bc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/@types/sentry__nextjs.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)