Conversation
[Gitflow] Merge master into develop
Reduce the time limit before pausing a recording from `MAX_SESSION_LIFE` (1 hour) to `SESSION_IDLE_DURATION` (5 minutes). This reduces the amount of empty replays that are caused by a DOM mutation on a timer. An example of this is on sentry.io where there is a time component that updates every x seconds. As a reminder, there are three events that will break the idle timeout: * mouse click * user input in a form field * a navigation Closes #7352
…ted promise chain (#7456)
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
Bumps [webpack](https://github.com/webpack/webpack) from 5.62.1 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.62.1...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
…h the last finished child
For replay click breadcrumbs, add the following properties: * tag name * text content * element attributes Closes #7394
…d" test for firefox (#7475)
--------- Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Add a new yarn script to all SDK packages: `yalc:publish`. This script will publish locally built SDK packages to a local [yalc](https://github.com/wclr/yalc) repository which we can use as an alternative to `yarn link` for using our SDKs locally in test projects.
--------- Co-authored-by: Francesco Novy <francesco.novy@sentry.io>
Member
|
merged #7479 in! |
mydea
reviewed
Mar 20, 2023
AbhiPrasad
approved these changes
Mar 20, 2023
shorten changelog
5e81a1b to
b0a6c83
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
7.44.0