You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pull request "feat(deno): Export logs 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
Re-export logger and consoleLoggingIntegration from @sentry/core in the Deno SDK
Add integration test verifying logger.info() produces a log envelope item with correct level and body
Note
The pull request "feat(deno): Export logs 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
loggerandconsoleLoggingIntegrationfrom@sentry/corein the Deno SDKlogger.info()produces a log envelope item with correctlevelandbodyTest plan
yarn build:dev:filter @sentry/deno— builds successfullycd packages/deno && yarn test— all 13 tests passeslint packages/deno/src/index.ts— no lint errors🤖 Generated with Claude Code