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: Update CHANGELOG for 7.44.0 #7523

Merged
merged 55 commits into from
Mar 20, 2023
Merged

meta: Update CHANGELOG for 7.44.0 #7523

merged 55 commits into from
Mar 20, 2023

Conversation

Lms24
Copy link
Member

@Lms24 Lms24 commented Mar 20, 2023

7.44.0

github-actions bot and others added 30 commits March 13, 2023 15:11
[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
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>
For replay click breadcrumbs, add the following properties:

* tag name
* text content
* element attributes

Closes #7394
---------

Co-authored-by: Lukas Stracke <lukas.stracke@sentry.io>
Lms24 and others added 21 commits March 17, 2023 09:17
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>
)

When rendering in an SSR environment, `window.location` may not be defined. In this case, we should not error but just not start a transaction.
@mydea
Copy link
Member

mydea commented Mar 20, 2023

merged #7479 in!

CHANGELOG.md Outdated Show resolved Hide resolved
@Lms24 Lms24 marked this pull request as ready for review March 20, 2023 13:31
@Lms24 Lms24 changed the base branch from develop to master March 20, 2023 13:31
@Lms24 Lms24 merged commit 3945e93 into master Mar 20, 2023
@Lms24 Lms24 deleted the prepare-release/7.44.0 branch March 20, 2023 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet