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.51.2
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.52.0
Choose a head ref
  • 17 commits
  • 77 files changed
  • 9 contributors

Commits on May 8, 2023

  1. Merge branch 'release/7.51.2'

    getsentry-bot committed May 8, 2023
    Configuration menu
    Copy the full SHA
    b624bff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8077 from getsentry/master

    [Gitflow] Merge master into develop
    github-actions[bot] authored 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. ref: Hoist createCheckinEnvelope to core package (#8082)

    Luca Forstner authored May 9, 2023
    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. feat(nextjs): Add API method to wrap API routes with crons instrument…

    …ation (#8084)
    Luca Forstner authored May 9, 2023
    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 authored 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>
    Luca Forstner and AbhiPrasad authored May 10, 2023
    Configuration menu
    Copy the full SHA
    6be91da View commit details
    Browse the repository at this point in the history
  4. fix(build): Don't mangle away global debug ID map (#8096)

    Luca Forstner authored May 10, 2023
    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 authored 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 authored May 15, 2023
    Configuration menu
    Copy the full SHA
    4c42bd5 View commit details
    Browse the repository at this point in the history
  3. meta(changelog): Update changelog for 7.52.0

    Luca Forstner committed May 15, 2023
    Configuration menu
    Copy the full SHA
    e53804e View commit details
    Browse the repository at this point in the history
  4. move

    Luca Forstner committed May 15, 2023
    Configuration menu
    Copy the full SHA
    6d067dd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8118 from getsentry/prepare-release/7.52.0

    Luca Forstner authored May 15, 2023
    Configuration menu
    Copy the full SHA
    9652757 View commit details
    Browse the repository at this point in the history
  6. release: 7.52.0

    getsentry-bot committed May 15, 2023
    Configuration menu
    Copy the full SHA
    a09d5dc View commit details
    Browse the repository at this point in the history
Loading