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: Update Changelog for 7.68.0 #8958

Merged
merged 10 commits into from
Sep 6, 2023
Merged

meta: Update Changelog for 7.68.0 #8958

merged 10 commits into from
Sep 6, 2023

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Sep 6, 2023

Cutting a release to ship the TS fix (#8954)

mydea and others added 10 commits September 5, 2023 11:42
Add a reference to migr8 in the migration docs 🚀

---------

Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
[Gitflow] Merge master into develop
Update the docs for the current status of the POTEL experiment.
The `ServerRuntimeClient` is a near identical copy of the nextjs
`EdgeClient`. To make it a direct replacement it has constructor options
to override the event `platform`, `runtime`, and `server_name`.

This PR makes yet another copy of the Node `eventbuilder.ts` but after
future PRs to remove the `EdgeClient` and make `NodeClient` extend
`ServerRuntimeClient`, this will be the only copy. I've put the
`eventbuilder` code in utils since some of these functions are used
elsewhere outside of the clients and I don't want to export these from
core and them become part of our public API. This is especially
important since the browser SDK already exports it's own slightly
different `exceptionFromError`.
For `Sentry.startSpan()` API, we need to ensure that when the Sentry
Span is finished, we also finish the OTEL Span.

Also adding some tests for these APIs.
In order to align `Span` & `Transaction` for usage in new performance
APIs, this add `name` to the `Span` that also always returns a string.
@Lms24 Lms24 changed the base branch from develop to master September 6, 2023 10:20
@Lms24 Lms24 marked this pull request as ready for review September 6, 2023 10:20
@Lms24 Lms24 requested a review from AbhiPrasad September 6, 2023 10:44
@Lms24 Lms24 merged commit 86badae into master Sep 6, 2023
@Lms24 Lms24 deleted the prepare-release/7.68.0 branch September 6, 2023 11:35
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.

6 participants