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.52.0 #8118

Merged
merged 14 commits into from
May 15, 2023
Merged

Commits on May 8, 2023

  1. Merge pull request #8077 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0e36397 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    6462e0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7a092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbe8a57 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. fix(core): Use last error for ignoreErrors check (#8089)

    This fixes a helper function used in our implementation of `ignoreErrors` so that in the case of linked errors, it filters on the primary error (the one directly caught by `captureException`) rather than the error in the primary error's `cause` property[1]. See #8079 for screenshots and a more detailed explanation.
    
    Fixes #8079.
    
    [1] https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause
    lobsterkatie committed May 10, 2023
    Configuration menu
    Copy the full SHA
    a70a91a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ef411 View commit details
    Browse the repository at this point in the history
  3. feat(nextjs): Add automatic monitors for Vercel Cron Jobs (#8088)

    Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
    lforst and AbhiPrasad committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6be91da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b88a26d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    07c8af9 View commit details
    Browse the repository at this point in the history
  2. fix(replay): Check relative URLs correctly (#8024)

    As mentioned by @ryan953 [here](https://github.com/getsentry/getsentry/pull/10418/files#r1183010062), we should check relative URLs properly as well for capturing network details.
    mydea committed May 11, 2023
    Configuration menu
    Copy the full SHA
    9a267eb View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    5440807 View commit details
    Browse the repository at this point in the history
  2. fix(tracing-internal): Avoid classifying protocol-relative URLs as sa…

    …me-origin urls (#8114)
    
    We need to adjust our `tracePropagationTargets` default regex to account for protocol-relative URLs. These were previously classified as same-origin, relative URLs, causing tracing headers to be attached which in turn potentially caused CORS errors for users.
    Lms24 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4c42bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e53804e View commit details
    Browse the repository at this point in the history
  4. move

    lforst committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6d067dd View commit details
    Browse the repository at this point in the history