Skip to content

meta(changelog): Update changelog for 9.34.0 #16779

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 8 commits into from
Jul 1, 2025
Merged

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Jul 1, 2025

No description provided.

github-actions bot and others added 8 commits June 27, 2025 08:33
[Gitflow] Merge master into develop
Also bump pnpm to the latest v9 version (used for E2E tests) and remove
the hard-pinned 24.x version for matrix tests, which should be fine by
now I guess?

note: react router in SPA mode is not working in this node version,
unrelated to Sentry:
remix-run/react-router#13828
No need to overwrite to a specific version here anymore, I believe.
Only add alias in dev mode and don't override an existing one so people
can still add their own alias.

fixes #16742
reference: #15204
This PR implements sending standalone LCP spans as an opt-in feature. 

Behaviour-wise, it's mostly aligned with our prior implementation of
sending CLS standalone spans (#13056):

- add an `_experiments.enableStandaloneLcpSpans` option and treat it as
opt-in
- keep collecting LCP values until users soft-navigate or the page is
hidden
- then, send the LCP span once
- adds all `lcp.*` span attributes as well as the `lcp` measurement to
the span

(depending on if we merge #16589 or this first, we might need to
readjust size limit)

closes #13063

---------

Co-authored-by: s1gr1d <sigrid.huemer@posteo.at>
Co-authored-by: Sigrid Huemer <32902192+s1gr1d@users.noreply.github.com>
Nuxt starts releasing official Nuxt 4 versions which we can use for the
E2E test.
A Nitro plugin which initializes Sentry when deployed to Cloudflare.

1. Remove the previous server config file: `sentry.server.config.ts`
2. Add a plugin in `server/plugins` (e.g.
`server/plugins/sentry-cloudflare-setup.ts`)
3. Add this code in your plugin file
    ```javascript
// server/plugins/sentry-cloudflare-setup.ts (filename does not matter)
import { sentryCloudflareNitroPlugin } from
'@sentry/nuxt/module/plugins'
   
    export default defineNitroPlugin(sentryCloudflareNitroPlugin({
        dsn: 'https://dsn',
        tracesSampleRate: 1.0,
    }))
    ```
    
    or with access to `nitroApp`:
    ```javascript
export default defineNitroPlugin(sentryCloudflareNitroPlugin((nitroApp:
NitroApp) => {
      return  ({
dsn:
'https://417c51af5466942533c989cdec3036b8@o447951.ingest.us.sentry.io/4508873430466560',
        tracesSampleRate: 1.0,
      })
    }))
   ```
Copy link

cursor bot commented Jul 1, 2025

🚨 BugBot couldn't run

BugBot is experiencing high demand right now. Try again in a few minutes by commenting "bugbot run" (requestId: serverGenReqId_66298a95-f566-4a23-abe1-83a08ad8ee6d).

@s1gr1d s1gr1d changed the title Prepare release/9.34.0 meta(changelog): Update changelog for 9.34.0 Jul 1, 2025
Copy link
Contributor

github-actions bot commented Jul 1, 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) 39.02 kB added added
@sentry/browser (incl. Tracing, Replay) 77.16 kB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 70.25 kB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 81.93 kB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 94.02 kB added added
@sentry/browser (incl. Feedback) 40.75 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) 41 kB added added
@sentry/vue 28.36 kB added added
@sentry/vue (incl. Tracing) 40.86 kB added added
@sentry/svelte 24.01 kB added added
CDN Bundle 25.5 kB added added
CDN Bundle (incl. Tracing) 39.11 kB added added
CDN Bundle (incl. Tracing, Replay) 75 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 80.46 kB added added
CDN Bundle - uncompressed 74.5 kB added added
CDN Bundle (incl. Tracing) - uncompressed 116.63 kB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 230.68 kB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 243.5 kB added added
@sentry/nextjs (client) 42.63 kB added added
@sentry/sveltekit (client) 39.49 kB added added
@sentry/node 154.3 kB added added
@sentry/node - without tracing 98.64 kB added added
@sentry/aws-serverless 124.4 kB added added

@s1gr1d
Copy link
Member Author

s1gr1d commented Jul 1, 2025

The nuxt-3 canary test is failing but there is already a PR to fix this: nuxt/nuxt#32510

@s1gr1d s1gr1d requested review from chargome and mydea July 1, 2025 08:08
@s1gr1d s1gr1d merged commit 9afe264 into master Jul 1, 2025
166 of 167 checks passed
@s1gr1d s1gr1d deleted the prepare-release/9.34.0 branch July 1, 2025 08: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.

5 participants