Skip to content

Commit a946942

Browse files
committed
feat(nextjs): export SentryBuildOptions
Refs: getsentry#13295
1 parent cf63845 commit a946942

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/nextjs/src/index.types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ export declare const metrics: typeof clientSdk.metrics & typeof serverSdk.metric
4040

4141
export { withSentryConfig } from './config';
4242

43+
export type { SentryBuildOptions } from './config/types';
44+
4345
/**
4446
* Wraps a Next.js Pages Router API route with Sentry error and performance instrumentation.
4547
*

0 commit comments

Comments
 (0)