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 8.45.0 #14682

Merged
merged 18 commits into from
Dec 13, 2024
Merged

Conversation

s1gr1d
Copy link
Member

@s1gr1d s1gr1d commented Dec 12, 2024

No description provided.

github-actions bot and others added 9 commits December 12, 2024 09:43
[Gitflow] Merge master into develop
Co-authored-by: Andrei Borza <andrei.borza@sentry.io>
This PR adds the external contributor to the CHANGELOG.md file, so that
they are credited for their contribution. See #10102

Co-authored-by: andreiborza <168741329+andreiborza@users.noreply.github.com>
…er for docs (#14679)

Unfortunately, having the v8 layer already in `.craft.yml` ends up with
this layer being the default selection in the docs.

![Screenshot 2024-12-12 at 13 02
08@2x](https://github.com/user-attachments/assets/30bb83ce-79e9-41b1-887b-ec4ab7019a10)

We should add this to the `v8` branch once it exists instead.
Add a `handled` option to the `captureConsoleIntegration`.
Right now, for v8, it will default to `false` as previously but it gives
users the option to override the handled value. In v9, we will flip the
default value to `true` after discussing this offline with the team. In
this integration we can never be sure about the `handled` state at all.
But flipping it to handled by default seems reasonable.

Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
…14681)

Put the profile id onto the isolation scope instead, which at
least in server applications (like express) should correspond to the
lifetime of a request.
@s1gr1d s1gr1d requested a review from a team as a code owner December 12, 2024 15:43
@s1gr1d s1gr1d requested review from lforst, Lms24 and mydea and removed request for a team December 12, 2024 15:43
Copy link
Contributor

github-actions bot commented Dec 12, 2024

size-limit report 📦

Path Size % Change Change
@sentry/browser 23.29 KB added added
@sentry/browser - with treeshaking flags 21.96 KB added added
@sentry/browser (incl. Tracing) 35.79 KB added added
@sentry/browser (incl. Tracing, Replay) 73.01 KB added added
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.41 KB added added
@sentry/browser (incl. Tracing, Replay with Canvas) 77.32 KB added added
@sentry/browser (incl. Tracing, Replay, Feedback) 89.81 KB added added
@sentry/browser (incl. Feedback) 40.04 KB added added
@sentry/browser (incl. sendFeedback) 27.89 KB added added
@sentry/browser (incl. FeedbackAsync) 32.69 KB added added
@sentry/react 25.96 KB added added
@sentry/react (incl. Tracing) 38.6 KB added added
@sentry/vue 27.49 KB added added
@sentry/vue (incl. Tracing) 37.63 KB added added
@sentry/svelte 23.45 KB added added
CDN Bundle 24.43 KB added added
CDN Bundle (incl. Tracing) 37.46 KB added added
CDN Bundle (incl. Tracing, Replay) 72.64 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) 78.01 KB added added
CDN Bundle - uncompressed 71.74 KB added added
CDN Bundle (incl. Tracing) - uncompressed 111.05 KB added added
CDN Bundle (incl. Tracing, Replay) - uncompressed 225.1 KB added added
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 238.32 KB added added
@sentry/nextjs (client) 38.89 KB added added
@sentry/sveltekit (client) 36.29 KB added added
@sentry/node 162.52 KB added added
@sentry/node - without tracing 98.71 KB added added
@sentry/aws-serverless 126.38 KB added added

…4676)

Add a guard to check that the native `startProfiling` and
`stopProfiling` APIs are actually available and functions. This came up
in #14561 where it seems like they're not always loaded correctly. For
reasons unknown to me.

ref #14561
@s1gr1d s1gr1d force-pushed the prepare-release/8.45.0 branch from 28d3e85 to 1f90302 Compare December 12, 2024 15:58
Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
@s1gr1d s1gr1d force-pushed the prepare-release/8.45.0 branch from 1f90302 to e9d6031 Compare December 12, 2024 16:28
onurtemizkan and others added 5 commits December 12, 2024 17:48
…tests/test-applications/react-router-6-descendant-routes (#14686)
…ktrace: true` as synthetic (#14668)

Add the `synthetic: true` flag to the `mechanism` of a
synthetic exception captured alongside a `captureMessage` call. Setting
this property marks the exception as synthetic for processing on the backend
…race: true` as synthetic (#14670)

Analogously to #14668 for browser, this patch marks synthetic exceptions
captured during a `captureException()` call as synthetic.
Set `level` property on error event captured via `captureException`, 
analogously to how this is handled in browser SDKs

---------

Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
@Lms24 Lms24 mentioned this pull request Dec 12, 2024
3 tasks
@Lms24 Lms24 force-pushed the prepare-release/8.45.0 branch 2 times, most recently from 60a101d to 4efe572 Compare December 12, 2024 18:43
billyvg and others added 2 commits December 12, 2024 14:46
Includes the following fixes:

- fix: remote CSS does not get rebuilt properly
([#226](getsentry/rrweb#226))
- fix(snapshot): Set <link> attributes to null for remote CSS
([#227](getsentry/rrweb#227))
- fix(snapshot): Change to ignore all link[rel="modulepreload"]
([#228](getsentry/rrweb#228))
@s1gr1d s1gr1d force-pushed the prepare-release/8.45.0 branch from 4efe572 to 734b375 Compare December 13, 2024 08:29
@s1gr1d s1gr1d merged commit d6aa2e7 into master Dec 13, 2024
182 checks passed
@s1gr1d s1gr1d deleted the prepare-release/8.45.0 branch December 13, 2024 09:07
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.

10 participants