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 e998e06 commit 375cd16Copy full SHA for 375cd16
packages/nextjs/src/server/index.ts
@@ -45,6 +45,9 @@ import { distDirRewriteFramesIntegration } from './distDirRewriteFramesIntegrati
45
46
export * from '@sentry/node';
47
48
+// Explicit re-exports for Claude Code integration
49
+export { claudeCodeIntegration, createInstrumentedClaudeQuery, patchClaudeCodeQuery } from '@sentry/node';
50
+
51
export { captureUnderscoreErrorException } from '../common/pages-router-instrumentation/_error';
52
53
// Override core span methods with Next.js-specific implementations that support Cache Components
0 commit comments