mowispace/react-native-logs

Queue?

Closed this issue · 1 comments

Does this have a queue? SO if the internet is down my custom logger would fire later?

No, for now only the fileAsyncTransport has a queue function. Some packages like Sentry should handle it on their own. Perhaps in the future, it will be possible to implement a global queue function, but first, it is necessary to intercept the success of log sending in a custom transport, which is not easy.