Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch '7.x' into lforst-named-event-processor
  • Loading branch information
Luca Forstner committed Apr 14, 2022
commit 48383faeda253e7df3e06a1e37b0114a8aa1cd25
1 change: 1 addition & 0 deletions packages/nextjs/src/index.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function addServerIntegrations(options: NextjsOptions): void {
}
}

export type { SentryWebpackPluginOptions } from './config/types';
export { withSentryConfig } from './config';
export { withSentry } from './utils/withSentry';

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.