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
8.26
Framework Version
Bun 1.1.24
Link to Sentry event
No response
Reproduction Example/SDK Setup
With:
import { env } from '@app-packages/api/src/trpc';
import * as Sentry from '@sentry/bun';
Sentry.init({
environment: env.ENV_NAME,
dsn: '****',
tracesSampleRate: 1.0,
});
I am not able to trace twillio api calls
await twilio.messages.create({
to: input.phoneNumber,
from: env.TWILIO_PHONE_NUMBER,
body: `****`,
});
Any suggestions?
Steps to Reproduce
Just use twillio client with sentry and bun
Expected Result
Should have traces on my dashboard
Actual Result
It traces other domains but not twillio at all
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Waiting for: Community