-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Comparing changes
Open a pull request
base repository: getsentry/sentry-javascript
base: 7.59.3
head repository: getsentry/sentry-javascript
compare: 7.60.0
- 12 commits
- 128 files changed
- 7 contributors
Commits on Jul 19, 2023
-
getsentry-bot committed
Jul 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 13c3a02 - Browse repository at this point
Copy the full SHA 13c3a02View commit details -
Merge pull request #8594 from getsentry/master
[Gitflow] Merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 87768e6 - Browse repository at this point
Copy the full SHA 87768e6View commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 768b025 - Browse repository at this point
Copy the full SHA 768b025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fdbf4 - Browse repository at this point
Copy the full SHA 96fdbf4View commit details -
feat(replay): Ensure min/max duration when flushing (#8596)
This PR adds a safeguard to ensure we do not flush (=send) a replay that is either too short or too long. We allow to configure a `minReplayDuration`, which defaults to 5s and maxes out at 15s. Whenever we try to flush and the duration is shorter than this, we'll just skip flushing. Additionally, we also skip flushing if the replay is longer than MAX_SESSION_LIFE + 5s (=60min + 5s). This _should not_ happen, technically, but apparently it still does. So while we figure out the root cause of this, we can at least avoid sending stuff in that case.
Configuration menu - View commit details
-
Copy full SHA for 07e2e43 - Browse repository at this point
Copy the full SHA 07e2e43View commit details
Commits on Jul 21, 2023
-
test(e2e): Use
latest || *instead of*as version (#8585)Due to the [way pnpm handles versions](pnpm/pnpm#6463), the version `*` we use in E2E tests is actually incorrect, because it installs the _lowest_ version it can find, e.g. 0.1.0. This is usually not a problem as when we use verdaccio, there is only a single version in the repository. however, when running things locally/debugging stuff, and you run `pnpm install` without verdaccio, stuff fails. This updates the versions used in E2E tests to `latest || *`, which results in a correct resolution.
Configuration menu - View commit details
-
Copy full SHA for 67c3b6a - Browse repository at this point
Copy the full SHA 67c3b6aView commit details -
fix(tests): Update
loaderintegration tests to avoid flakes. (#8601)Playwright's event listeners and `page.goto` functions can occasionally end up in race condition, even when they are invoked in the correct order. The workaround is to invoke them in `Promise.all`, unless there's a specific need to separate them.
Configuration menu - View commit details
-
Copy full SHA for da07542 - Browse repository at this point
Copy the full SHA da07542View commit details -
fix(utils): Truncate aggregate exception values (LinkedErrors) (#8593)
Aggregate exceptions' `exception.value` strings weren't truncated correctly in our event preparation pipeline. The tricky part here is that the `LinkedErrors` integration adds the linked/child exceptions to the event in an event processor which is applied only after we truncate the original event. Hence, we need to also truncate the values in the event processor itself.
Configuration menu - View commit details
-
Copy full SHA for 7d7b8ad - Browse repository at this point
Copy the full SHA 7d7b8adView commit details -
fix(profiling): align to SDK selected time origin (#8599)
This was causing drift between profiling and transaction timelines
Configuration menu - View commit details
-
Copy full SHA for f669f66 - Browse repository at this point
Copy the full SHA f669f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa95c7 - Browse repository at this point
Copy the full SHA 6aa95c7View commit details -
Merge pull request #8602 from getsentry/prepare-release/7.60.0
meta(changelog): Update changelog for 7.60.0
Configuration menu - View commit details
-
Copy full SHA for 9ff9e3f - Browse repository at this point
Copy the full SHA 9ff9e3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be788f0 - Browse repository at this point
Copy the full SHA be788f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 7.59.3...7.60.0