Skip to content

Pino integration not exported from @sentry/bun #17989

@LudvigHz

Description

@LudvigHz

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/bun

SDK Version

10.21.0

Framework Version

No response

Link to Sentry event

No response

Reproduction Example/SDK Setup

import * as Sentry from "@sentry/bun"

Sentry.init({
  integrations: [Sentry.pinoIntegration()],
});

Steps to Reproduce

  1. Follow docs at https://docs.sentry.io/platforms/javascript/guides/bun/configuration/integrations/pino/
  2. Notice pinoIntegration is not exported from @sentry/bun

Expected Result

The pinoIntegration should be exported regardless of JS runtime package, and docs should be correct.

Actual Result

pinoIntegration is not exported from @sentry/bun and docs are misleading.

Additional Context

No response

Metadata

Metadata

Assignees

Labels

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions