Skip to content

Upgrade Sentry SDK from 7.17.3 -> 7.29.0 #145

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 1 commit into from
Jan 5, 2023
Merged

Conversation

realkosty
Copy link
Collaborator

@realkosty realkosty commented Jan 4, 2023

v7.29.0 includes fix for the issue that's been causing us to not have LCP and some other web vitals as a result of transaction being finished prematurely: getsentry/sentry-javascript#6470

Testing

Errors:
7.29.0 sample event

Transactions:
7.17.3 - /products (pageload)
- no LCP; last http.client span shorter than matching BE span.
7.29.0 - /products (pageload)
- has LCP; last http.client span matches its BE span
7.17.3 - /products (navigation) - no spans (expected?)
7.29.0 - /products (navigation) - no spans (expected?)
7.29.0 - Submit Checkout Form (default)
7.29.0 - / (pageload)

@realkosty realkosty merged commit 1b8fb77 into master Jan 5, 2023
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.

2 participants