> [!NOTE] > The pull request "[feat(deno): Export metrics API from Deno SDK](https://github.com/getsentry/sentry-javascript/pull/19305)" was created by @sergical but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear. ## 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 - [x] `yarn build:dev:filter @sentry/deno` passes - [x] `cd packages/deno && yarn test` — all 12 tests pass - [x] `eslint src/index.ts` — no lint issues 🤖 Generated with [Claude Code](https://claude.com/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