Skip to content

Twillio api is not being traced in Bun? #13389

Open
@Jonatthu

Description

@Jonatthu

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

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

No one assigned

    Type

    Projects

    Status

    Waiting for: Community

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions