Manoel Aranda Neto
Manoel Aranda Neto
We'd need a plugin that does` flutter -version` and parse the output during compile time or even before, and later generate code with the metadata to be set at runtime.
We already have this btw.
@JoshPolaris sorry to hear that, have you tried https://github.com/getsentry/sentry-react-native/issues/1139#issuecomment-735813760 ? That should be enough.
Besides removing `@sentry/react-native` and its dependencies, all the imports and calls to the Sentry SDK in your code, you have to undo the patched files for automatic source maps upload...
@fabiendem we only have for the Android native layer, but not for the JS layer, I'll tag it as a feature request. Feel free to use our [custom instrumentation](https://docs.sentry.io/platforms/react-native/performance/instrumentation/custom-instrumentation/) and...
@fabiendem the JS docs may help to explain that https://docs.sentry.io/platforms/javascript/performance/instrumentation/automatic-instrumentation/#tracingorigins
https://github.com/getsentry/sentry-javascript/pull/3953 should help here once we bump to JS 7.2.0
We've decided to go either with upgrading the Android SDK to v6 or JS SDK to v7, the one that comes first.
Blocked by https://github.com/getsentry/sentry-javascript/issues/5879
Why don't we send back navigation transactions in the first place? Is that to spare some quota because at this moment nothing is really happening? If so, that makes sense,...