Skip to content

meta: Update CHANGELOG for 7.44.0 - #7523

Merged
Lms24 merged 55 commits into
masterfrom
prepare-release/7.44.0
Mar 20, 2023
Merged

meta: Update CHANGELOG for 7.44.0#7523
Lms24 merged 55 commits into
masterfrom
prepare-release/7.44.0

Conversation

@Lms24

@Lms24Lms24 commented Mar 20, 2023

Copy link
Copy Markdown
Member

7.44.0

github-actionsBotand 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>
Lms24and 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
Copy Markdown
Member

merged #7479 in!

Comment threadCHANGELOG.md Outdated
@Lms24
Lms24force-pushed the prepare-release/7.44.0 branch from 5e81a1b to b0a6c83CompareMarch 20, 2023 13:28
@Lms24
Lms24 marked this pull request as ready for review March 20, 2023 13:31
@Lms24
Lms24 changed the base branch from develop to masterMarch 20, 2023 13:31
@Lms24
Lms24 merged commit 3945e93 into masterMar 20, 2023
@Lms24
Lms24 deleted the prepare-release/7.44.0 branch March 20, 2023 13:32
Sign up for freeto 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.

10 participants

@Lms24@mydea@AbhiPrasad@billyvg@0Calories@timfish@JonasBa@krystofwoldrich@baked-dev@woochanleee