Sentry performance re: console.*

Looking at adding Sentry to our Expo app (we use it on other platforms, and have a server), but am curious about performance overall with Expo/RN and regarding console.*.

Currently we are nulling console.log to () => {} for production per the React Native suggestion that console.* can be expensive (Performance Overview · React Native). However Sentry likes to overload that as well to provide log context, which would be nice :slight_smile:, but I’m curious if the cost involved is what we’re trying to avoid in the first place?

Anyway… just looking for any thoughts from someone using it in production re: performance I guess.

Thanks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.