You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not working and the accessibilityLabel is not being seen in Sentry traces.
It appears that this behaviour was changed in #2712 however, is it a case of the documentation not being updated or is this accessibilityLabel prop still being read by default.
The text was updated successfully, but these errors were encountered:
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.13.0
react-native
version: 0.68.0Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
(
react-native-sentry
)The documentation mentions that by wrapping the App with Sentry we will get automatic Touch Tracking. https://docs.sentry.io/platforms/react-native/touchevents/ , The documentation also says that if no
sentry-label
is passed to a Component then Sentry will fallback to the accessibilityLabel Prop (https://docs.sentry.io/platforms/react-native/touchevents/#tracking-specific-components).This is not working and the accessibilityLabel is not being seen in Sentry traces.
It appears that this behaviour was changed in #2712 however, is it a case of the documentation not being updated or is this accessibilityLabel prop still being read by default.
The text was updated successfully, but these errors were encountered: