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.97.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.98.0
Choose a head ref
  • 10 commits
  • 118 files changed
  • 7 contributors

Commits on Jan 25, 2024

  1. Merge branch 'release/7.97.0'

    getsentry-bot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    64dec79 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10340 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored Jan 25, 2024
    1 Configuration menu
    Copy the full SHA
    b2d7de8 View commit details
    Browse the repository at this point in the history
  3. feat(core): Export IntegrationIndex type (#10337)

    adds the export and fixes the faulty import
    Lms24 authored Jan 25, 2024
    1 Configuration menu
    Copy the full SHA
    b7af3fc View commit details
    Browse the repository at this point in the history
  4. fix(nextjs): Fix Http integration type declaration (#10338)

    For some reason `const { Http: OriginalHttp } = Integrations` caused
    weirdness around getting type imports from the local build structure
    instead of importing the type top-level. This patch removes the object
    destructuring in favour of directly referencing `Integrations.Http`.
    Lms24 authored Jan 25, 2024
    1 Configuration menu
    Copy the full SHA
    96190d7 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    c078676 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    12299c9 View commit details
    Browse the repository at this point in the history
  7. fix(node): Fix type definitions (#10339)

    Luca Forstner authored Jan 25, 2024
    1 Configuration menu
    Copy the full SHA
    18a342f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9f725b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #10341 from getsentry/prepare-release/7.98.0

    meta: Update CHANGELOG for 7.98.0
    Lms24 authored Jan 25, 2024
    1 Configuration menu
    Copy the full SHA
    0c65e38 View commit details
    Browse the repository at this point in the history
  10. release: 7.98.0

    getsentry-bot committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c5421be View commit details
    Browse the repository at this point in the history
Loading