getsentry / sentry-capacitor

The official Sentry SDK for Capacitor

Home Page:https://sentry.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Align in_app from RewriteFrames

lucas-zimerman opened this issue · comments

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.

Let's find out what the differences are and why they are, then we can decide whether we want to align the behavior

We decided that we will keep the original behaviour