Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(bun): Remove parseUrl usage #15938

Closed
wants to merge 1 commit into from
Closed

Conversation

AbhiPrasad
Copy link
Member

resolves #15816

parseUrl is expensive, so let's refactor to remove it. This makes the change for the Bun SDK.

One thing I've noticed here is that the construction of the getBunServerSpanAttributes is a lot of repetitive code. I might extract it out into @sentry/core.

@AbhiPrasad AbhiPrasad requested a review from a team April 1, 2025 08:23
@AbhiPrasad AbhiPrasad self-assigned this Apr 1, 2025
@AbhiPrasad AbhiPrasad requested review from stephanie-anderson and Lms24 and removed request for a team April 1, 2025 08:23
@AbhiPrasad
Copy link
Member Author

This is blocked by #15941, closing

@AbhiPrasad AbhiPrasad closed this Apr 1, 2025
@AbhiPrasad AbhiPrasad deleted the abhi-bun-server-parse-url branch April 1, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove parseUrl from packages/bun/src/integrations/bunserver.ts
2 participants