Manoel Aranda Neto
Manoel Aranda Neto
draft of the spec btw https://github.com/getsentry/develop/pull/422/files
If you want to enable performance on the Native SDKs, you can do with https://docs.sentry.io/platforms/react-native/manual-setup/native-init/ Maybe we should init the `frameMetricsAggregator` variable even if `autoInitializeNativeSdk` is disabled, but `enableAutoPerformanceTracking` is...
Relates to https://github.com/getsentry/sentry-cocoa/issues/2262
@nabati thanks for reporting, is it debug or release mode? if debug, can you try release mode? @jennmueng could it be related to https://github.com/getsentry/sentry-react-native/issues/1346 ?
@Krisztiaan thanks for doing this. I will let @jennmueng and @AbhiPrasad review this since they own the JS know-how.
@Krisztiaan btw: > /home/runner/work/sentry-react-native/sentry-react-native/test/wrapper.test.ts > 576:0 error Parsing error: Declaration or statement expected
> We have the `walk` utility in the `@sentry/utils` package which does similar, we can probably just use that instead of a custom replacer: [getsentry/sentry-javascript@`fcd97c4`/packages/utils/src/object.ts#L312](https://github.com/getsentry/sentry-javascript/blob/fcd97c44b6e9f38c6aa9abeee06368c88ab08ea5/packages/utils/src/object.ts#L312) > > See how it's...
@Krisztiaan `lint` is still unhappy. > 11 > /home/runner/work/sentry-react-native/sentry-react-native/test/wrapper.test.ts > 12 > 576:0 error Parsing error: Declaration or statement expected > 13
> @marandaneto tests are failing with `walk`, due to different parsing logic than what's expected here. (`serializeValue`) Pushed so you can see the fail cases too. Advise on how you'd...
> Do let me know what's up. Imo this could be somewhat important to deal with in a timely manner, as it can cause unexpected crashes, related to a crash...