Simon Zhong
Simon Zhong
**This seems to happen when surpassing a certain number of table columns and/or a certain width of the table.** You can see the same behavior in the tables in https://docs.sentry.io/product/integrations/...
@marandaneto, is it sensible to have React Native transactions default to "ok" instead of "unknown"?
> when in the process did you hit this snag of not understanding the transaction.status? When using the Sentry UI > Performance > Transaction Summary > Event Details, seeing "unknown"...
> @imatwawana I believe this should be somewhere available for all SDKs, because https://docs.sentry.io/product/performance/metrics/#failure-rate is in the product docs and a bit hidden, I believe most users go directly to...
> > @marandaneto, is it sensible to have React Native transactions default to "ok" instead of "unknown"? > > Yes, actually, it should, please raise an issue on https://github.com/getsentry/sentry-react-native Hey...
Internal customer case https://www.notion.so/sentry/2118b10e4b5d80b29248cac381c60a26
From internal conversations: > It’s because of this in v8 https://github.com/getsentry/sentry-javascript/blob/615c670cfe283e77132339c3d9751060f30d3956/packages/browser-utils/src/metrics/browserMetrics.ts#L614 > > lcp element is set as an attribute (span data) instead of a tag, so it’s not being...
Related: https://docs.sentry.io/platforms/android/enriching-events/breadcrumbs/#automatic-breadcrumbs only says: > The Android SDK captures breadcrumbs automatically. To track automatic breadcrumbs for HTTP requests, check out the [OkHttp](https://docs.sentry.io/platforms/android/integrations/okhttp/) Interceptor for the [OkHttp](https://github.com/square/okhttp) library. It should also...