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.
SentryWebpackPluginOptions
1 parent a789ccd commit 3e481e4Copy full SHA for 3e481e4
packages/nextjs/src/index.server.ts
@@ -127,6 +127,7 @@ function filterTransactions(event: Event): Event | null {
127
}
128
129
export { withSentryConfig } from './config';
130
+export { SentryWebpackPluginOptions } from './config/types';
131
export { withSentry } from './utils/withSentry';
132
133
// Wrap various server methods to enable error monitoring and tracing. (Note: This only happens for non-Vercel
0 commit comments