Skip to content

meta(changelog): Update changelog for 9.25.1 #16466

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

Merged
merged 5 commits into from
Jun 3, 2025
Merged

Conversation

BYK
Copy link
Member

@BYK BYK commented Jun 3, 2025

No description provided.

github-actions bot and others added 3 commits June 3, 2025 09:23
[Gitflow] Merge master into develop
Basic e2e for making sure tracing looks ok for orpc calls
This fixes a critical issue I was having with Mastra where almost all my
spans from a workflow run were getting stuck due to their parent span
being sent almost immediately. I'm guessing this has to do something
with `async` stuff going on. Regardless, by treating these children as
'root spans' I was able to get them out and displayed correctly in
Spotlight.

What this does is creates a 5-min capped 'already sent span ids' cache
and treats any span that has a parent id in this list as a root span to
get them unstuck.


![image](https://github.com/user-attachments/assets/bae9376b-d6db-4c87-ae0f-9f30021f3a8d)

---------

Co-authored-by: Charly Gomez <[email protected]>
Copy link
Contributor

github-actions bot commented Jun 3, 2025

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.99 kB added added
@sentry/browser - with treeshaking flags 23.76 kB added added
@sentry/browser (incl. Tracing) 38.34 kB added added
@sentry/browser (incl. Tracing, Replay) 76.48 kB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.59 kB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 81.24 kB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 93.32 kB added added
@sentry/browser (incl. Feedback) 40.73 kB added added
@sentry/browser (incl. sendFeedback) 28.7 kB added added
@sentry/browser (incl. FeedbackAsync) 33.59 kB added added
@sentry/react 25.76 kB added added
@sentry/react (incl. Tracing) 40.33 kB added added
@sentry/vue 28.34 kB added added
@sentry/vue (incl. Tracing) 40.18 kB added added
@sentry/svelte 24.01 kB added added
CDN Bundle 25.48 kB added added
CDN Bundle (incl. Tracing) 38.52 kB added added
CDN Bundle (incl. Tracing, Replay) 74.38 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 79.8 kB added added
CDN Bundle - uncompressed 74.41 kB added added
CDN Bundle (incl. Tracing) - uncompressed 114.07 kB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 228.04 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 240.87 kB added added
@sentry/nextjs (client) 42 kB added added
@sentry/sveltekit (client) 38.84 kB added added
@sentry/node 150.04 kB added added
@sentry/node - without tracing 98.29 kB added added
@sentry/aws-serverless 124.06 kB added added

chargome and others added 2 commits June 3, 2025 12:40
- Makes ORPC test optional for now as this will receive some updates
soon
- Runs the tests in one worker
@BYK BYK requested a review from Lms24 June 3, 2025 12:43
@BYK BYK enabled auto-merge June 3, 2025 12:50
@Lms24 Lms24 disabled auto-merge June 3, 2025 12:57
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@Lms24 Lms24 merged commit a81d075 into master Jun 3, 2025
141 checks passed
@Lms24 Lms24 deleted the prepare-release/9.25.1 branch June 3, 2025 12:58
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.

3 participants