getsentry / sentry-react-native

Official Sentry SDK for React Native
https://sentry.io
MIT License
1.59k stars 337 forks source link

End-to-End Tests / metrics (new, ios) fails #4313

Closed antonis closed 5 days ago

antonis commented 5 days ago

Description

The Metrics (new, iOS) CI check is failing with

Error: 'React/RCTViewComponentView.h' file not found

(example)

antonis commented 5 days ago

Though I originally thought this is test flakiness the issue seems to be related with the imports in RNSentryReplayMask.h and RNSentryReplayUnmask.h introduced in https://github.com/getsentry/sentry-react-native/pull/4224

The issue would be probably be solved by upgrading the performance project to a more RN version (currently 0.70.6)