Logging frameworks to use with Expo

Hello, what logging frameworks can I use in my Expo app? The only option I can find is Sentry which is more error-reporting based, as other common Node.js options including bunyan, winston, log4js, etc. do not work with Expo without another third party library combined with detaching the Expo project. Even @expo/bunyan does not work… Are there any other alternatives to Sentry?

Thanks

Supposedly, you can use this for logging events to Firebase but I can’t get it to work. So I’m looking for other logging solutions. There are many popular logging/analytics frameworks, I wish the popular ones were supported.