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.0.0-alpha.1 #15263

Merged
merged 46 commits into from
Feb 3, 2025

Conversation

chargome
Copy link
Member

@chargome chargome commented Feb 3, 2025

No description provided.

philipphofmann and others added 30 commits January 22, 2025 16:34
[Gitflow] Merge master into develop
[remove-unused](https://removeunused.com/) found more unused
files, this time in `replay-internal` and `vercel-edge`.
Fixes: #15027

This PR adds support for lazily loaded components and routes inside
`Suspend` on react-router pageloads / navigations.
In our internal Open Source Legal Policy, we decided that licenses don't
require a data range. This also has the advantage of not updating the
date range yearly.
In our internal Open Source Legal Policy, we decided that licenses don't
require a data range. This also has the advantage of not updating the
date range yearly.
ref getsentry/team-sdks#116

This PR implements a new client discard reason for `buffer_overflow`.
This will be used to track when the internal breadcrumbs buffer
overflows for the new logs product that we are working on. This is
documented in develop here:
getsentry/sentry-docs#12395

Note: The reason we have `buffer_overflow` as a separate item to
`queue_overflow` is that in the future when we send log items in
envelopes we'll increment `queue_overflow` for the transport queue. We
want to differentiate between the transport queue and the internal
buffer explicitly.
Since the default way of setting up the SDK and passing the Sentry
options is by wrapping the SolidStart config with `withSentry`, the
previous method of using the `sentrySolidStartVite` plugin is no longer
supported.
- Include full key path rather than the top level key in title
- Improve message for validation issues with no path
- Add option to include extended issue information as an attachment
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15111

Co-authored-by: Abhijeet Prasad <[email protected]>
Link to the Sentry develop docs for explaining the LOGAF scale.
…oad (#15148)

If `#reload` is called on an instance of `Bun.serve`, the Sentry
intrumentation doesn't surive. This is because the Bun instrumentation
works by using `Proxy` on the call to `Bun.serve`, which isn't called
for a reload.

We can't wrap the serve created by calling `Bun.serve` with a `Proxy` as
Bun seems to do some internal checks using `instanceof` which break if
the instance is now reporting itself as a `ProxyObject`.
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15148

---------

Co-authored-by: AbhiPrasad <[email protected]>
Co-authored-by: Abhijeet Prasad <[email protected]>
The `loadModule` function currently utilizes `require` to load modules
starting from the `@sentry/core` directory. This approach is
incompatible with package managers like pnpm, which do not hoist
dependencies. Consequently, when another module, such as @sentry/nextjs,
invokes `loadModule`, it fails to locate its own dependencies because
the search initiates within the @sentry/core tree.
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15139

---------

Co-authored-by: Lukas Stracke <[email protected]>
Relax the assertion for the replay recording data test so that we allow
arbitrary order but still assert on the exact amount and contents of the
received recording items.

closes #15167
example.com still seems flaky, let's avoid making requests to it
---------

Co-authored-by: Lukas Stracke <[email protected]>
Also align to use the same version everywhere, tilde-restricted.
This PR removes all the code and CI steps that were moved to
`@sentry-internal/node-cpu-profiler`.

---------

Co-authored-by: Abhijeet Prasad <[email protected]>
It _seems_ we've got way more flakes since 18.20.6 was released, let's
see if this fixes this possibly...
….name` on `SentryError` class (#15216)

We did some funky stuff in there that does not seem necessary and can
even lead to issues.

Fixes #15214.
Zen-cronic and others added 15 commits January 29, 2025 15:10
- Relocated `extractNetworkProtocol` util and its unit test to `browser-utils`.
- Modified `browserMetrics` test to assert the new metadata.
- Added integration test

---------

Signed-off-by: Kaung Zin Hein <[email protected]>
Co-authored-by: Lukas Stracke <[email protected]>
Bumping our images to ubuntu-22.04, except for the
`ubuntu-20.04-large-js` ones, as I guess those ones are custom - should
look into those too then eventually.

In a follow up, we can try to bump to 24.04, possibly, but I figured we
can do this piece by piece.
)

We used to have `shutdownTimeout` in the core client options, but this
option only applies in node, so we can move it there. Also fixing a
small unnecessary check I noticed along the way.

This is technically breaking, but should not affect anybody as this
option is not used (and documented) anywhere outside of node.
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15161

---------

Co-authored-by: Lms24 <[email protected]>
Co-authored-by: Lukas Stracke <[email protected]>
Some more formatting changes to the migration docs, also remove todos
where appropriate.
…entation (#15235)

fixes #15234

Due to a big bug in TanStack Router getting fixed, this needs an
optional chain to not die.
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #15235

---------

Co-authored-by: Lms24 <[email protected]>
Co-authored-by: Lukas Stracke <[email protected]>
We adapted this here but did not adapt the types:
#15235
#15126)

With v9 onwards, we'll only inject the fetch proxy script into SvelteKit
versions where we actually need it. This is all kit versions below
2.16.0. I'll update docs in a follow-up PR.

fixes #15007
Related to #15231, I
noticed that we today would not propagate traces in outgoing http
requests if:

1. The user configures `httpIntegration({ spans: false })`
2. ..._or_ the user has a custom OTEL setup
3. _and_ the user does not add their own `HttpInstrumentation`

Admittedly and edge case. More importantly, though, by actually adding
distributed tracing information here, we are unblocked from potentially
stopping to ship the http-instrumentation to users that do not need
spans (and/or have a custom otel setup).

---------

Co-authored-by: Lukas Stracke <[email protected]>
This test was still skipped. I un-skipped it and actually split this up
into dedicated tests for clarity.

Can't get electron to run successfully on CI (works locally for me...)
so skipping it for now, until maybe @timfish can figure it out :D
@chargome chargome requested review from a team as code owners February 3, 2025 12:32
Copy link
Contributor

github-actions bot commented Feb 3, 2025

size-limit report 📦

Path Size % Change Change
@sentry/browser 22.94 KB added added
@sentry/browser - with treeshaking flags 22.8 KB added added
@sentry/browser (incl. Tracing) 35.78 KB added added
@sentry/browser (incl. Tracing, Replay) 72.57 KB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 66.12 KB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 76.83 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 89.33 KB added added
@sentry/browser (incl. Feedback) 39.63 KB added added
@sentry/browser (incl. sendFeedback) 27.58 KB added added
@sentry/browser (incl. FeedbackAsync) 32.35 KB added added
@sentry/react 24.76 KB added added
@sentry/react (incl. Tracing) 37.66 KB added added
@sentry/vue 27.11 KB added added
@sentry/vue (incl. Tracing) 37.49 KB added added
@sentry/svelte 23.06 KB added added
CDN Bundle 24.23 KB added added
CDN Bundle (incl. Tracing) 35.91 KB added added
CDN Bundle (incl. Tracing, Replay) 70.56 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 75.69 KB added added
CDN Bundle - uncompressed 70.83 KB added added
CDN Bundle (incl. Tracing) - uncompressed 106.57 KB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 217.42 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 229.99 KB added added
@sentry/nextjs (client) 38.63 KB added added
@sentry/sveltekit (client) 36.29 KB added added
@sentry/node 156.51 KB added added
@sentry/node - without tracing 97.56 KB added added
@sentry/aws-serverless 107.07 KB added added

@chargome chargome requested a review from lforst February 3, 2025 12:43
@chargome chargome merged commit eaee84d into master Feb 3, 2025
142 checks passed
@chargome chargome deleted the prepare-release/9.0.0-alpha.1 branch February 3, 2025 14:39
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.