-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(browser): Add View Hierarchy integration #14981
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
Conversation
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
woah
what does it look like with minified class names? (and you don't have react component annotations or similar?)
By default it's capturing getComponentName(element) || element.tagName.toLowerCase()
. So the above example actually has no React components on the page, it's simply displaying HTML elements and the tag names with a hyphen (-
) are Web Components.
Here is the full event:
https://sentry-sdks.sentry.io/issues/6212345017/events/c6fa1362bdf5410487cf8461d6168583/
This issue needs resolving before the wireframe is drawn correctly outside of flutter projects:
rendering_system
rather thanproject.platform
sentry#83291By default it captures the entire DOM, but it is configurable:
Capture only React components (uses attributes added by Sentry bundler plugins):
Capture only Web Components: