NewRelic and Reanimated "incompatibilities"? #8743
AlanSzuszkiewicz-RXO
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy folks. I recently ran into an issue with recent versions of the Newrelic React Native Agent (1.5.5 and above at a minimum) which appears to not like the way Reanimated implements "swizzling" of some component under the hood. There is already an issue/thread open on their github page (see newrelic/newrelic-react-native-agent#159), but they claim that the problem is with the way Reanimated renames some component (I assume
reanimated_viewDidLayoutSubviewsoverrides/renames the baseVIewDidLayoutSubviews, something like that).I'm not very familiar with how swizzling works, so I wanted to open a discussion thread here to see if anyone else experienced a similar issue with NewRelic and Reanimated not playing nicely before I open an issue or try to delve deeper into this.
I've personally only encountered this issue on React Native 0.75.5 so far when I was using any recent version of the Newrelic React Native Agent (with
interactionTracingEnabledset totrue) alongside version 3.18.8 of Reanimated.I get the feeling this issue likely does not occur on Reanimated v4, but I have yet to verify that.
Beta Was this translation helpful? Give feedback.
All reactions