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
- Follow docs at https://docs.sentry.io/platforms/javascript/guides/bun/configuration/integrations/pino/
- 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