Skip to content

meta(changelog): Update changelog for 7.42.0 #7389

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

Merged
merged 49 commits into from
Mar 9, 2023
Merged

Conversation

AbhiPrasad
Copy link
Member

No description provided.

Luca Forstner and others added 30 commits March 2, 2023 13:52
[Gitflow] Merge master into develop
This is not downcompiled for ES5. So instead we use `Object.keys()` (which works in IE11) here.
…ing large mutation (#7314)



---------

Co-authored-by: Billy Vong <[email protected]>
This used to be typed as `Error | string | null` which is not correct, as technically _anything_ can be thrown. To reflect this existing reality, we have to broaden this type. Note that this _could_ lead to problems for users that currently depend on this type, but any potential issues arising because of this would actually be valid problems that should actually be fixed in the user code (e.g. relying on `error.message` to be present, for example).
Add the usual files for a new package, a few dependencies as well as craft/publish config entries to keep the package from being published accidentally for now.
Luca Forstner and others added 17 commits March 7, 2023 17:14
…7355)

This adds user input (event from core SDK) as a trigger for user activity (to reset idle timeout). Note that this is only from input changes in a form field, it will not consider using tab key to move focus.
Remove a few dynamic `require` calls from our Node SDK in favor of making them top-level imports.

* `Http` integration: `http` and `https` are now top-level imports.
* Transport: `https-proxy-agent` is now a top-level import as v5 no longer produces side effects when importing.
 
We need this change for the SvelteKit SDK, as SvelteKit doesn't accept `require` calls in server code by default.
* ref(contextlines): store split file in cache

* ref(contextlines): remove benchmark

* ref(contextlines): fix readSourceFile signature
Attach the original exception as a `cause` when we throw "Unable to send replay" exceptions so that we know what is causing issues with sending replays.
@AbhiPrasad AbhiPrasad requested review from a team, mydea and lforst and removed request for a team March 9, 2023 11:44
@AbhiPrasad AbhiPrasad force-pushed the prepare-release/7.42.0 branch from 25ac761 to 5ea8a16 Compare March 9, 2023 11:45
CHANGELOG.md Outdated
@@ -4,6 +4,26 @@

- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott

- fix(replay): Ensure `<input type='submit' value='Btn text'>` is masked ([#69](https://github.com/getsentry/rrweb/pull/69))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we move this down below the heading?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@AbhiPrasad AbhiPrasad force-pushed the prepare-release/7.42.0 branch from 5ea8a16 to 290b895 Compare March 9, 2023 11:48
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2023

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 20.21 KB (-0.01% 🔽)
@sentry/browser - ES5 CDN Bundle (minified) 62.89 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 18.85 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified) 55.8 KB (0%)
@sentry/browser - Webpack (gzipped + minified) 20.6 KB (0%)
@sentry/browser - Webpack (minified) 67.32 KB (0%)
@sentry/react - Webpack (gzipped + minified) 20.62 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified) 48.51 KB (+0.11% 🔺)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 27.49 KB (+0.15% 🔺)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 25.75 KB (+0.14% 🔺)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 43.17 KB (0%)
@sentry/replay - Webpack (gzipped + minified) 37.19 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.16 KB (+0.06% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 54.33 KB (0%)

@AbhiPrasad AbhiPrasad merged commit 72fd6cf into master Mar 9, 2023
@AbhiPrasad AbhiPrasad deleted the prepare-release/7.42.0 branch March 9, 2023 12:16
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.

8 participants