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(changelog): Update changelog for 7.56.0 #8356

Merged
merged 9 commits into from Jun 19, 2023
Merged

Conversation

mydea
Copy link
Member

@mydea mydea commented Jun 19, 2023

Prepare for 7.56.0.

github-actions bot and others added 7 commits June 14, 2023 14:28
[Gitflow] Merge master into develop
Updates the version of Remix used in integration tests to the latest
1.17.0, which is needed to test `handleError` and `defer` features.
)

Co-authored-by: Abhijeet Prasad <aprasad@sentry.io>
This PR reworks the slow click detection to accommodate rage click
detection as well.
This required substantial changes, as we need to keep track of stuff
much more.

Now, we keep a list of clicks that come in in a new class. We register a
single set of listeners (mutation observer, click listener, scroll
listener), and then try to route things to the correct clicks as much as
possible.

Any clicks within 1 second count as "multi click", so are not considered
for slow clicks at all, but counted on the first click. After a second,
a click (even on the same element) will be treated as a "new" click.

ref #8300
Vue Router 4 no longer exposes a `next` resolver function to call inside a `beforeEach` [router guard callback](https://router.vuejs.org/guide/advanced/navigation-guards.html#global-before-guards).
Instead it will resolve the hook when the callback function returns.

This PR checks if `next` is available and only calls it then. Also it
adjusts the types accordingly and adds a test that previously failed.

fixes #8349
@mydea mydea self-assigned this Jun 19, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 19, 2023

size-limit report 📦

Path Size
@sentry/browser - ES5 CDN Bundle (gzipped + minified) 21.17 KB (-0.01% 🔽)
@sentry/browser - ES5 CDN Bundle (minified) 66.13 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified) 19.71 KB (0%)
@sentry/browser - ES6 CDN Bundle (minified) 58.6 KB (0%)
@sentry/browser - Webpack (gzipped + minified) 21.33 KB (0%)
@sentry/browser - Webpack (minified) 69.52 KB (0%)
@sentry/react - Webpack (gzipped + minified) 21.36 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified) 49.28 KB (0%)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified) 28.79 KB (-0.01% 🔽)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified) 27.02 KB (0%)
@sentry/replay ES6 CDN Bundle (gzipped + minified) 49.37 KB (+0.18% 🔺)
@sentry/replay - Webpack (gzipped + minified) 43.1 KB (+0.23% 🔺)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 68.4 KB (+0.11% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified) 61.3 KB (+0.13% 🔺)

When a click triggers `window.open()`, do not consider it a slow click.

Closes #8301
@mydea mydea merged commit 9e58310 into master Jun 19, 2023
60 checks passed
@mydea mydea deleted the prepare-release/7.56.0 branch June 19, 2023 13:25
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

4 participants