8000 meta(changelog): Update changelog for 9.19.0 by andreiborza · Pull Request #16288 · getsentry/sentry-javascript · GitHub
[go: up one dir, main page]

Skip to content

meta(changelog): Update changelog for 9.19.0 #16288

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 9 commits into from
May 14, 2025
Merged

Conversation

andreiborza
Copy link
Member

No description provided.

mydea and others added 9 commits May 12, 2025 17:07
By us providing an empty terser plugin we actually get weird results
(the browser variant with tree shaking was actually larger then the
default one :O). We can just use the defaults here.

I also updated the GH action to use `bytes-iec` instead of `bytes`
package for rendering the sizes - this is also what size-limit itself
uses, so this should be better aligned now. Values may _look_ larger now
because it formats as `kB` now (so factors of 1000) instead of `KiB`
(factors of 1024).
[Gitflow] Merge master into develop
…action normalization (#16274)

We noticed that routes like `/teams/:teamId/details` were normalized to
`/teams:teamIddetails` which is missing `/` and is incorrect.

This PR updates the tests for the React Router v3 integration to ensure
correct transaction name normalization for nested parameterized routes.

Specifically, it modifies the `normalizes transaction name` test case to
include navigation to a route like `/teams/:teamId/details` and verifies
that the resulting transaction name is correctly normalized. This
addresses an issue where similar nested route patterns might not be
handled correctly.
Resolves: #15739

- Removed Remix v1-related instrumentation code from the original
implementation while vendoring in.

- Also, FormData entries for manual instrumentation are aligned with
OTEL use.
Resolves: #16140
…` reason (#16277)

Noticed that this now has `externalFinish` as reason, which is not
really helpful. With this, you should be able to see that the
pageload/navigation was ended because a new one started.
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #16274

Co-authored-by: AbhiPrasad <18689448+AbhiPrasad@users.noreply.github.com>
)

This PR adds OpenTelemetry instrumentation for server-side requests in
React Router by tracing server requests for data loaders and actions.
… without git (#16287)

The previous approach of specifying the git repo directly breaks systems
that don't have git installed (e.g. slim linux distros). I tested this
works on a ubuntu vm without git.

**Important:** When making changes to the fork, the linked commit sha in
`packages/node/package.json` has to be updated and the yarn lockfile
regenerated.

Resolves: #16281
Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.96 kB added added
@sentry/browser - with treeshaking flags 23.62 kB added added
@sentry/browser (incl. Tracing) 38.21 kB added added
@sentry/browser (incl. Tracing, Replay) 76.32 kB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 69.35 kB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 81.09 kB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 93.18 kB added added
@sentry/browser (incl. Feedback) 40.76 kB added added
@sentry/browser (incl. sendFeedback) 28.7 kB added added
@sentry/browser (incl. FeedbackAsync) 33.58 kB added added
@sentry/react 25.77 kB added added
@sentry/react (incl. Tracing) 40.21 kB added added
@sentry/vue 28.34 kB added added
@sentry/vue (incl. Tracing) 40 kB added added
@sentry/svelte 23.99 kB added added
CDN Bundle 25.17 kB added added
CDN Bundle (incl. Tracing) 38.23 kB added added
CDN Bundle (incl. Tracing, Replay) 74.11 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 79.54 kB added added
CDN Bundle - uncompressed 73.44 kB added added
CDN Bundle (incl. Tracing) - uncompressed 113.15 kB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 227.11 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 239.93 kB added added
@sentry/nextjs (client) 41.86 kB added added
@sentry/sveltekit (client) 38.68 kB added added
@sentry/node 158 kB added added
@sentry/node - without tracing 97.9 kB added added
@sentry/aws-serverless 123.24 kB added added

@andreiborza andreiborza merged commit 9acaae2 into master May 14, 2025
159 checks passed
@andreiborza andreiborza deleted the prepare-release/9.19.0 branch May 14, 2025 11:33
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.

7 participants
0