Skip to content

Commit 3dd340f

Browse files
mydeaclaude
andcommitted
feat(astro): Re-export getInstrumentedModuleNames
Astro's runtime entry curates its `@sentry/node` re-exports (it can't `export *`), so it needs the explicit listing like the other SDKs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 1046a5c commit 3dd340f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ export {
185185
withStreamedSpan,
186186
metrics,
187187
eveConversationHook,
188+
getInstrumentedModuleNames,
188189
} from '@sentry/node';
189190

190191
export { init } from './server/sdk';

0 commit comments

Comments
 (0)