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: 959dd1c
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: 3be92c6
Choose a head ref
  • 9 commits
  • 45 files changed
  • 7 contributors

Commits on Dec 7, 2022

  1. Merge branch 'release/7.24.1'

    getsentry-bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    5461fb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00dca28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667edd6 View commit details
    Browse the repository at this point in the history
  4. fix(tracing): Check for otel before loading db module (#6461)

    To make sure we don't override possible OpenTelemetry instrumentation,
    check for the instrumenter to be configured as `otel` before we
    dynamically load the database modules to instrument.
    AbhiPrasad authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d9d8429 View commit details
    Browse the repository at this point in the history
  5. chore(replay): Update replay README.md CDN version to 7.24.1 (#6460)

    Update the Readme with the correct version (7.24.1) with which the CDN bundles were released for the first time.
    davidflypei authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    51b0a27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0434474 View commit details
    Browse the repository at this point in the history
  7. fix(replay): Add missing rrweb type declarations (#6464)

    To generate type declarations, we use `tsc` (`yarn build:types`) which doesn't pull external type declarations into the resulting `.d.ts` files. We import types from rrweb which our internal types rely on. Because we now vendor rrweb, the rrweb-internal types are no longer getting installed in our users node_modules, producing typescript errors when they build their projects. To hotfix this, this PR vendors a "light" version of the two rrweb types we use.
    Lms24 authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c68d429 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d3f8eb View commit details
    Browse the repository at this point in the history
  9. release: 7.24.2

    getsentry-bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    3be92c6 View commit details
    Browse the repository at this point in the history
Loading