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 cf63845 commit a946942Copy full SHA for a946942
packages/nextjs/src/index.types.ts
@@ -40,6 +40,8 @@ export declare const metrics: typeof clientSdk.metrics & typeof serverSdk.metric
40
41
export { withSentryConfig } from './config';
42
43
+export type { SentryBuildOptions } from './config/types';
44
+
45
/**
46
* Wraps a Next.js Pages Router API route with Sentry error and performance instrumentation.
47
*
0 commit comments