Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta(changelog): Update changelog for 7.53.1 #8208

Merged
merged 8 commits into from
May 24, 2023
Merged

Commits on May 23, 2023

  1. Merge pull request #8189 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ce8fc32 View commit details
    Browse the repository at this point in the history
  2. fix(replay): Fix buffered replays creating replay w/o error occuring (#…

    …8168)
    
    Introduced in #7741. This happens when session replay rate is > 0 and
    the session is unsampled, it calls `stop()` which ends up flushing
    without checking the recording mode (session vs buffer).
    
    Closes #8054
    billyvg committed May 23, 2023
    Configuration menu
    Copy the full SHA
    44ae048 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 (#8196)

    Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser)
    from 4.2.1 to 4.2.3.
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    acfd50c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a663a9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55ff2a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df59f66 View commit details
    Browse the repository at this point in the history
  5. ref(sveltekit): Improve auto-instrumentation applicability check (#8083)

    Walk AST to check for `load` function instead of string/regex based approach
    Lms24 committed May 24, 2023
    Configuration menu
    Copy the full SHA
    1c4726c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d2be81 View commit details
    Browse the repository at this point in the history