Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 44e1259
Choose a base ref
...
head repository: getsentry/sentry-javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d074cec
Choose a head ref
  • 13 commits
  • 56 files changed
  • 9 contributors

Commits on Sep 5, 2023

  1. docs: Reference @sentry/migr8 in migration docs (#8942)

    Add a reference to migr8 in the migration docs 🚀
    
    ---------
    
    Co-authored-by: Luca Forstner <luca.forstner@sentry.io>
    mydea and Luca Forstner authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9fd3028 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/7.67.0'

    getsentry-bot committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    546aed4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8944 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    531ed59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e8921b View commit details
    Browse the repository at this point in the history
  5. docs(node-experimental): Update readme for current status (#8945)

    Update the docs for the current status of the POTEL experiment.
    mydea authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e2f0f4b View commit details
    Browse the repository at this point in the history
  6. 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`.
    timfish authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f54e121 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3487fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. 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.
    mydea authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    0d49557 View commit details
    Browse the repository at this point in the history
  2. feat(core): Add name to Span (#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.
    mydea authored Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6643671 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8766bdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dd16de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86badae View commit details
    Browse the repository at this point in the history
  6. release: 7.68.0

    getsentry-bot committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d074cec View commit details
    Browse the repository at this point in the history
Loading