Skip to content

Commit 272df60

Browse files
sergicalclaude
andcommitted
feat(deno): Export metrics API from Deno SDK
The metrics namespace is already exported from @sentry/core and re-exported by @sentry/node, but was missing from the Deno SDK. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5b19a6 commit 272df60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/deno/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export {
8989
updateSpanName,
9090
wrapMcpServerWithSentry,
9191
featureFlagsIntegration,
92+
metrics,
9293
} from '@sentry/core';
9394

9495
export { DenoClient } from './client';

0 commit comments

Comments
 (0)