-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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
ArvidAnderson and mbergq
Metadata
Metadata
Assignees
Projects
Status
Waiting for: Community