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: 3be92c6
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: 63ffeeb
Choose a head ref
  • 16 commits
  • 97 files changed
  • 7 contributors

Commits on Dec 7, 2022

  1. Merge branch 'release/7.24.2'

    getsentry-bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d5648c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a493aa6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    33fd2d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    5de6e43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65245f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dc61a5 View commit details
    Browse the repository at this point in the history
  4. feat(replay): Allow to opt-in to capture replay exceptions (#6482)

    You can define `_experiments: { captureExceptions: true }`.
    mydea authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7a35088 View commit details
    Browse the repository at this point in the history
  5. feat(types): add profile envelope item type (#6468)

    * feat(profiling): add profile envelope item type
    
    * feat(profiling): add data category
    
    * feat(profiling): add profiletype to event.ts
    
    * feat(types): add itemheader profile
    JonasBa authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    8342523 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    497a3c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae1ce4 View commit details
    Browse the repository at this point in the history
  3. feat(core): Add scope.getLastBreadcrumb() (#6495)

    This is needed by replay, which can then stop using the private API `_breadcrumbs`.
    mydea authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    867c731 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4efa21 View commit details
    Browse the repository at this point in the history
  5. ref(replay): Avoid using private hub._withClient (#6494)

    This is brittle, and can actually be refactored quite easily.
    mydea authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    13778da View commit details
    Browse the repository at this point in the history
  6. build(core): Do not mangle private methods used by Replay (#6493)

    In Replay, we access some private methods from the core SDK package from the `Client` class. Because we mangle private fields by default, our SDK CDN bundles wouldn't expose these methods and fields anymore in their clear name to external callers, such as our Replay CDN bundle, producing runtime errors because the methods were not found. 
    
    This patch fixes these errors by explicitly excluding the called private methods from mangling so that they can be accessed externally. This is admittedly not a clean solution but it unblocks minified CDN bundle users. In the long run we can revert this PR once we streamlined Replay event sending into the SDK (#6480) (as well as breadcrumbs via hooks?). 
    
    Note: This unfortunately increases bundle size, not just for the Replay CDN bundle, but also for the Browser SDK CDN bundle.
    Lms24 authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    d36de87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e15b5ba View commit details
    Browse the repository at this point in the history
  8. release: 7.25.0

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