Summary
- Add
metrics to the @sentry/core re-export block in packages/deno/src/index.ts
- The
metrics namespace is already exported from @sentry/core and re-exported by @sentry/node, but was missing from the Deno SDK
Test plan
🤖 Generated with Claude Code
Note
The pull request "feat(deno): Export metrics API from Deno SDK" was created by @sergical but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.
Summary
metricsto the@sentry/corere-export block inpackages/deno/src/index.tsmetricsnamespace is already exported from@sentry/coreand re-exported by@sentry/node, but was missing from the Deno SDKTest plan
yarn build:dev:filter @sentry/denopassescd packages/deno && yarn test— all 12 tests passeslint src/index.ts— no lint issues🤖 Generated with Claude Code