Skip to content

Commit

Permalink
feat(nextjs): export SentryBuildOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
MonstraG committed Aug 9, 2024
1 parent cf63845 commit a946942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/src/index.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export declare const metrics: typeof clientSdk.metrics & typeof serverSdk.metric

export { withSentryConfig } from './config';

export type { SentryBuildOptions } from './config/types';

/**
* Wraps a Next.js Pages Router API route with Sentry error and performance instrumentation.
*
Expand Down

0 comments on commit a946942

Please sign in to comment.