-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 44e1259
head repository: getsentry/sentry-javascript
compare: d074cec
- 13 commits
- 56 files changed
- 9 contributors
Commits on Sep 5, 2023
-
docs: Reference
@sentry/migr8in migration docs (#8942)Add a reference to migr8 in the migration docs 🚀 --------- Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
Configuration menu - View commit details
-
Copy full SHA for 9fd3028 - Browse repository at this point
Copy the full SHA 9fd3028View commit details -
getsentry-bot committed
Sep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 546aed4 - Browse repository at this point
Copy the full SHA 546aed4View commit details -
Merge pull request #8944 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 531ed59 - Browse repository at this point
Copy the full SHA 531ed59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e8921b - Browse repository at this point
Copy the full SHA 1e8921bView commit details -
docs(node-experimental): Update readme for current status (#8945)
Update the docs for the current status of the POTEL experiment.
Configuration menu - View commit details
-
Copy full SHA for e2f0f4b - Browse repository at this point
Copy the full SHA e2f0f4bView commit details -
feat(core): Add
ServerRuntimeClient(#8930)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`.
Configuration menu - View commit details
-
Copy full SHA for f54e121 - Browse repository at this point
Copy the full SHA f54e121View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3487fa3 - Browse repository at this point
Copy the full SHA 3487fa3View commit details
Commits on Sep 6, 2023
-
fix(node-experimental): Ensure
span.finish()works as expected (#8947)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.
Configuration menu - View commit details
-
Copy full SHA for 0d49557 - Browse repository at this point
Copy the full SHA 0d49557View commit details -
feat(core): Add
nametoSpan(#8949)In order to align `Span` & `Transaction` for usage in new performance APIs, this add `name` to the `Span` that also always returns a string.
Configuration menu - View commit details
-
Copy full SHA for 6643671 - Browse repository at this point
Copy the full SHA 6643671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8766bdd - Browse repository at this point
Copy the full SHA 8766bddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dd16de - Browse repository at this point
Copy the full SHA 5dd16deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86badae - Browse repository at this point
Copy the full SHA 86badaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d074cec - Browse repository at this point
Copy the full SHA d074cecView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 44e1259...d074cec