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: 7.63.0
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: 7.64.0
Choose a head ref
  • 11 commits
  • 55 files changed
  • 6 contributors

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    f30da60 View commit details
    Browse the repository at this point in the history
  2. feat(tracing): Add setName method on spans (#8725)

    In preparation for adding the new span creation methods, `startSpan` and
    `startActiveSpan`, this PR adds `name` to `spanContext`. Over time we
    are going to be moving away from `span.description`, and this is the
    first step to get there.
    
    For now, `name` is just an alias for `span.description`, and is only
    added so that users can do something like so relatively easily:
    
    ```js
    const span = span.startChild({ name: 'NAME HERE' });
    ```
    AbhiPrasad authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6346e53 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/7.63.0'

    getsentry-bot committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7ac0000 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8789 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    797d906 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    e259aa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bba7eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd6ea5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e83a6b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. meta(changelog): Update changelog for 7.64.0

    Luca Forstner committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    81fbc01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a8e33b View commit details
    Browse the repository at this point in the history
  3. release: 7.64.0

    getsentry-bot committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e01d8f8 View commit details
    Browse the repository at this point in the history
Loading