Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(tracing): make long animation frames opt-out #13255

Merged
merged 7 commits into from
Aug 9, 2024

Conversation

KevinL10
Copy link
Contributor

@KevinL10 KevinL10 commented Aug 6, 2024

Enable long animation frames by default. If long animation frames are not supported by the browser, Sentry will fallback to using long tasks where enabled.

@KevinL10
Copy link
Contributor Author

KevinL10 commented Aug 6, 2024

a lot of failing tests due to an undefined PerformanceObserver? Wonder if we need to add a mockPerformanceObserver to all the tests or if there's a better solution

Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

I took a look at the failing tests and looks like there are two classes of test fails:

  1. fails because PerformanceObserver is undefined in unit tests. I think you're right, this is likely because certain global APIs like PerformanceObserver are missing in the test environment. But it surfaces a good point: We should guard referencing PerformanceObserver because we should be defensive about it not being present (for example if people use the SDK in web workers).
  2. fails in integration tests because long animation frame spans are added to transaction events where we don't expect them. I think here we should just check that what we receive is correct and adjust the tests as necessary.

Copy link
Contributor

github-actions bot commented Aug 7, 2024

size-limit report 📦

Path Size
@sentry/browser 22.47 KB (0%)
@sentry/browser (incl. Tracing) 34.26 KB (+0.02% 🔺)
@sentry/browser (incl. Tracing, Replay) 70.32 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing, Replay) - with treeshaking flags 63.65 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing, Replay with Canvas) 74.71 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback) 87.33 KB (+0.01% 🔺)
@sentry/browser (incl. Tracing, Replay, Feedback, metrics) 89.17 KB (+0.01% 🔺)
@sentry/browser (incl. metrics) 26.77 KB (0%)
@sentry/browser (incl. Feedback) 39.42 KB (0%)
@sentry/browser (incl. sendFeedback) 27.09 KB (0%)
@sentry/browser (incl. FeedbackAsync) 31.75 KB (0%)
@sentry/react 25.24 KB (0%)
@sentry/react (incl. Tracing) 37.25 KB (+0.01% 🔺)
@sentry/vue 26.62 KB (0%)
@sentry/vue (incl. Tracing) 36.1 KB (0%)
@sentry/svelte 22.61 KB (0%)
CDN Bundle 23.69 KB (0%)
CDN Bundle (incl. Tracing) 35.94 KB (+0.02% 🔺)
CDN Bundle (incl. Tracing, Replay) 70.36 KB (+0.01% 🔺)
CDN Bundle (incl. Tracing, Replay, Feedback) 75.62 KB (+0.01% 🔺)
CDN Bundle - uncompressed 69.52 KB (0%)
CDN Bundle (incl. Tracing) - uncompressed 106.45 KB (+0.03% 🔺)
CDN Bundle (incl. Tracing, Replay) - uncompressed 218.29 KB (+0.02% 🔺)
CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed 231.19 KB (+0.01% 🔺)
@sentry/nextjs (client) 37.11 KB (+0.02% 🔺)
@sentry/sveltekit (client) 34.82 KB (+0.02% 🔺)
@sentry/node 115.47 KB (0%)
@sentry/node - without tracing 89.86 KB (0%)
@sentry/aws-serverless 99.3 KB (0%)

@KevinL10 KevinL10 requested a review from Lms24 August 7, 2024 20:26
Copy link
Member

@Lms24 Lms24 left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thanks for adjusting the tests!

@KevinL10 KevinL10 merged commit 28a8237 into develop Aug 9, 2024
127 checks passed
@KevinL10 KevinL10 deleted the kevinliu/feat/enable-loaf-by-default branch August 9, 2024 14:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants