Accessibility Insights for Session Replay — Would You Use This Feature? #58423
Replies: 4 comments 1 reply
-
If you support dark/light theme and you run tools in CI, do you re-run the whole analysis in both themes (e.g: check dark text dark background)? |
Beta Was this translation helpful? Give feedback.
-
My team would definitely use this feature and find value in it. I'm planning to add some automated accessibility testing, but having this feature in Sentry would probably remove the need a lot of that work. As for being made aware of the alerts, I'd want it to work pretty similarly to how Sentry tracks detected errors. Maybe even tracking them as regular Sentry issues, but as its own filterable category? Like how there's currently "info"/"warning"/"error" levels, just adding a new "accessibility" level |
Beta Was this translation helpful? Give feedback.
-
https://github.com/dequelabs/axe-core is the standard tool for a11y checks. People use it in unit tests. Also it's possible to build browser tests (with selenium/playwright/cypress...), injecting the script on the page and running tests with it while navigating the app. I like the idea of having similar reports from Sentry. A widget with these reports would do fine for me. Alerts could also be useful, but only if they could be well tuned. I can imagine many false positives and/or low priority alerts driving users to disable it. |
Beta Was this translation helpful? Give feedback.
-
We have an For example, here I have no errors, no Rage or Dead clicks, but some work to do to make this accessible: Is this something you find useful? Let us know! |
Beta Was this translation helpful? Give feedback.
-
The Sentry team is exploring adding accessibility insights to our Session Replay product so you can have a user-friendly UI/UX for all your customers. The goal is to help your company adhere to the Web Content Accessibility Guidelines (WCAG) international standards as well as common accessibility best practices (e.g., every page has an
h1
heading).We’re interested in understanding how important and valuable accessibility insights/problem areas are for your company. Do you currently use an accessibility tool? If so, which one? The W3C has an extensive list of different tools.
If you use a tool, we’d like to understand a little more. For example, do you run this tool in CI already? Or you check your site from time to time with Lighthouse instead?
At Sentry, the approach we’ll take is to verify accessibility of pages through the Session Replay recordings. This way letting you know of of problems in real-life usage of your site, as opposed to the being limited to the pages you managed to cover with tests in CI, or manually verify. This is particularly helpful in non-static sites, where things can render very differently depending on the data available to a particular end-user.
Lastly, how would you ideally like to be made aware of these accessibility issues (e.g., via regular digest email, widget in the Sentry product, configurable alerts)?
Any feedback in this area is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions