Skip to content

Commit 3e481e4

Browse files
authored
fix(nextjs): Export SentryWebpackPluginOptions type (#4597)
This will allow people who want typing in their `next.config.js` file to have it without digging into `dist`. See vercel/next.js#28726.
1 parent a789ccd commit 3e481e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ function filterTransactions(event: Event): Event | null {
127127
}
128128

129129
export { withSentryConfig } from './config';
130+
export { SentryWebpackPluginOptions } from './config/types';
130131
export { withSentry } from './utils/withSentry';
131132

132133
// Wrap various server methods to enable error monitoring and tracing. (Note: This only happens for non-Vercel

0 commit comments

Comments
 (0)