Skip to content

meta(changelog): Update changelog for 7.70.0 #9052

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 21 commits into from
Sep 20, 2023
Merged

Conversation

AbhiPrasad
Copy link
Member

@AbhiPrasad AbhiPrasad commented Sep 19, 2023

Needs #9051 and #9053 to merge first

github-actions bot and others added 16 commits September 13, 2023 09:30
[Gitflow] Merge master into develop
…#9014)

Instead we can ensure this is called after all processing finished via a
hook. This does not actually process an event, so this is much cleaner.
…seClient` (#8933)

Since common server bahaviour has now moved to `ServerRuntimeClient`,
the Node client can now extend that rather than the base client.

This PR also moves the request session flusher to `ServerRuntimeClient`
which leaves the Node client empty apart from a constructor wrapper to
preserve backwards compatibilty.
The current version of cookies includes several performance
improvements: https://github.com/jshttp/cookie/releases
This adds a new (optional) `processEvent` hook on the `Integration`
interface, which allows to register an event processor **for the current
client only**.

This has actually correct semantics in that the processor will only be
registered for the client that the integration is added for. This is
done by adding a new `addEventProcessor` method on the client, which for
now are called after all global & scope event processors.

Previously, all integrations always registered a _global_ event
processor, which is not really necessary. With this, we can be much more
focused & also skip checking for existence of the integration on the
client etc.
This refactors the code for keeping breadcrumbs on transactions in
node-experimental to instead patch `startTransaction` on the hub.
…ns (#9031)

This try-catches any monkeypatching we do on objects, to avoid us
throwing e.g. if trying to patch a frozen object.

Obv. the monkey patching will _not_ actually work then, but I guess it's
better to not wrap stuff than to error out in userland. I also added
some tests for this!

Fixes #9030
Co-authored-by: Abhijeet Prasad <[email protected]>
…9034)

Replay events also go through global event
processors, so they should also go through this hook (replay events are
not sent via the regular baseclient methods).
…entry`'s generic type. (#9043)

Co-authored-by: Abhijeet Prasad <[email protected]>
This PR adds a `@sentry/vercel-edge` SDK that can be used by our Next.js
or Sveltekit SDKs for edge runtime support.
Luca Forstner and others added 4 commits September 20, 2023 10:21
Adds NPM target entry for vercel-edge package

ref #8087
Switch to new vercel-edge package 

Co-authored-by: Lukas Stracke <[email protected]>
`handleErrorWithSentry`, which is wrapper function, should be identity
function (`f(x) => x`).

Implementation is fine, just the type mismatch from implementation.

Co-authored-by: Lukas Stracke <[email protected]>
@Lms24 Lms24 changed the base branch from master to develop September 20, 2023 09:24
Apply suggestions from code review
@Lms24 Lms24 force-pushed the prepare-release/7.70.0 branch from 94c2af9 to bc2df49 Compare September 20, 2023 09:32
@Lms24
Copy link
Member

Lms24 commented Sep 20, 2023

Ready to go from my PoV, lmk if you wanna add more things to this release!

@Lms24 Lms24 changed the base branch from develop to master September 20, 2023 09:34
@Lms24 Lms24 marked this pull request as ready for review September 20, 2023 09:34
Copy link
Member

@mydea mydea left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Lms24 Lms24 merged commit a2fdbab into master Sep 20, 2023
@Lms24 Lms24 deleted the prepare-release/7.70.0 branch September 20, 2023 09:50
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.