Align in_app from RewriteFrames
lucas-zimerman opened this issue · 2 comments
lucas-zimerman commented
I noticed that there are some differences between the React Native SDK and the Capacitor one.
for instance
[native code] is flagged as true on React Native and false on Capacitor.
we should align the usage of in_app on Capacitor if it should be kept as is or changed to the way React Native is using.
kahest commented
Let's find out what the differences are and why they are, then we can decide whether we want to align the behavior
lucas-zimerman commented
We decided that we will keep the original behaviour