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: 8.10.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: 8.11.0
Choose a head ref
  • 14 commits
  • 69 files changed
  • 8 contributors

Commits on Jun 19, 2024

  1. ci: Fix check for external contributors (#12558)

    I noticed that this was not actually working, maybe the check here was
    wrong 🤔 According to here:
    https://stackoverflow.com/questions/61886993/in-github-actions-how-to-get-the-type-of-a-trigger-event-as-a-variable
    this should work!
    mydea authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e9a073c View commit details
    Browse the repository at this point in the history
  2. docs: Update readme to include v7 support time & some small fixes (#1…

    …2543)
    
    We want to support v7 with critical bug fixes until EOY 2024. So we're
    explicitly stating this in the readme, and I also fixed/updated some
    other small things.
    mydea authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    4da24bf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/8.10.0'

    getsentry-bot committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bbbcc17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12559 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6f953ab View commit details
    Browse the repository at this point in the history
  5. feat(node): Detect release from more providers (#12529)

    ref #12513
    
    This PR upgrades release detection for Node and Vercel Edge SDKs.
    
    This change adds release name detection for:
    
    - GitLab CI
    - AppVeyor
    - AWS Amplify
    - Azure Pipelines
    - Bitrise
    - Buddy CI
    - Cirrus CI
    - Codefresh
    - Codemagic
    - Semaphore CI
    - Travis CI
    - CloudBees CodeShip
    - Coolify
    - Jenkins
    - TeamCity
    - Woodpecker CI
    
    Based on
    getsentry/sentry-javascript-bundler-plugins#549
    
    Supercedes #12507
    AbhiPrasad authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fc165e5 View commit details
    Browse the repository at this point in the history
  6. fix(profiling-node): Use correct getGlobalScope import (#12564)

    We need to import from `@sentry/core` instead of a relative import
    otherwise the types break.
    AbhiPrasad authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    847c05a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    424937f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. feat(core): Add parentSpan option to startSpan* APIs (#12567)

    With this PR, you can now pass a `parentSpan` optionally to `startSpan*`
    APIs to create a span as a child of a specific span:
    
    
    ```js
    const span = Sentry.startInactiveSpan({ name: 'xxx', parentSpan: parent });
    
    Sentry.startSpan({ name: 'xxx', parentSpan: parent }, () => {});
    
    Sentry.startSpanManual({ name: 'xxx', parentSpan: parent }, () => {});
    ```
    
    With this, it should be easier to understand how you can manually work
    with spans in v8.
    
    Closes #12539
    
    ref #12566, which I
    noticed while working on this. For now I just cast the span which should
    be fine, but is not ideal.
    mydea authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0019309 View commit details
    Browse the repository at this point in the history
  2. docs: Improve contributing docs (#12541)

    See:
    https://github.com/getsentry/sentry-javascript/blob/fn/contributing-docs/CONTRIBUTING.md
    
    ---------
    
    Co-authored-by: Andrei <168741329+andreiborza@users.noreply.github.com>
    mydea and andreiborza authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    31700c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ee962 View commit details
    Browse the repository at this point in the history
  4. ref: Align @sentry/node exports from framework SDKs. (#12589)

    Aligns (and sorts) explicit exports from `@sentry/node` in Astro / Remix
    / Sveltekit SDKs. NextJS SDK does not seem to have explicit exports.
    onurtemizkan authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dfa863a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2331958 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge pull request #12591 from getsentry/prepare-release/8.11.0

    meta: Update changelog for 8.11.0
    mydea authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    11090b8 View commit details
    Browse the repository at this point in the history
  2. release: 8.11.0

    getsentry-bot committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    dd0830b View commit details
    Browse the repository at this point in the history
Loading