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

meta(changelog): Update changelog for 9.7.0 #15755

Merged
merged 10 commits into from
Mar 20, 2025
Merged

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Mar 20, 2025

No description provided.

lforst and others added 10 commits March 19, 2025 09:39
Exposes `sentryHandleError` for `@sentry/remix/cloudflare`.

Closes: #15620
[Gitflow] Merge master into develop
…ntation (#15732)

Part of #15730

Noticed that this is not really happening otherwise, so if we are not
adding the `HttpInstrumentation` we now make sure to extract incoming
traces ourselves! This will unlock us not adding that instrumentation
when tracing is disabled.

Also includes #15731
as a side effect.
)

Small optimization to avoid unnecessary work.

ref: #15725
#15720)

Closes #13700

This also adds tests for unhandled rejections handling, which we did not
really have before.
## Description

`captureLog` takes in a `log` interface as well as a scope, and
constructs a serialized log to send to Sentry. Instead of directly
sending the serialized log, it adds it to a log buffer that is flushed
based on some strategy. As a fallback, the buffer flushes itself when it
gets over 100 items, which ensures we never get a payload thats too
large.

The browser and server runtime client are expected to add more advanced
flushing strategies on top of the simple implementation exposed in
`captureLog`. This will be done in future PRs.

The serialized log that is constructed by `captureLog` send logs via the
opentelemetry format. This is temporary, in the future we'll switch to
the sentry logs protocol, but while that gets ready we are using the
OTEL one.

## Next steps

1. Add flushing strategy for server-runtime-client
2. Implement top-level API methods as per develop spec
3. Add support for paramaterized strings
4. Add integration tests to validate envelope gets sent correctly
This just makes it a bit more disoverable for poor souls like me
searching for "alpha" in this doc

---------

Co-authored-by: Francesco Gringl-Novy <[email protected]>
Follow-up for #15710

The server config was still processed by Nuxt (not only Nitro) because
the file was imported in a plugin template. This code can be deleted
now, as the Sentry server config should only be processed on the
Nitro-side.


fixes #15628
@s1gr1d s1gr1d requested review from chargome, mydea and Lms24 March 20, 2025 12:29
Copy link
Contributor

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.28 KB added added
@sentry/browser - with treeshaking flags 23.09 KB added added
@sentry/browser (incl. Tracing) 36.32 KB added added
@sentry/browser (incl. Tracing, Replay) 73.5 KB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.93 KB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 78.13 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 90.69 KB added added
@sentry/browser (incl. Feedback) 40.42 KB added added
@sentry/browser (incl. sendFeedback) 27.91 KB added added
@sentry/browser (incl. FeedbackAsync) 32.7 KB added added
@sentry/react 25.08 KB added added
@sentry/react (incl. Tracing) 38.23 KB added added
@sentry/vue 27.52 KB added added
@sentry/vue (incl. Tracing) 38.01 KB added added
@sentry/svelte 23.3 KB added added
CDN Bundle 24.49 KB added added
CDN Bundle (incl. Tracing) 36.37 KB added added
CDN Bundle (incl. Tracing, Replay) 71.39 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 76.57 KB added added
CDN Bundle - uncompressed 71.56 KB added added
CDN Bundle (incl. Tracing) - uncompressed 107.94 KB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 219.2 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.77 KB added added
@sentry/nextjs (client) 39.52 KB added added
@sentry/sveltekit (client) 36.73 KB added added
@sentry/node 142.62 KB added added
@sentry/node - without tracing 96.01 KB added added
@sentry/aws-serverless 120.37 KB added added

@s1gr1d s1gr1d merged commit 3b7ec8c into master Mar 20, 2025
153 checks passed
@s1gr1d s1gr1d deleted the prepare-release/9.7.0 branch March 20, 2025 12:42
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