You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After removing the initialization of Pusher in our production React Native application, we noticed that all fetch operations are being triggered unexpectedly. Unfortunately, we are not receiving any logs in Sentry to help us identify the issue.
Interestingly, in development mode, Pusher works fine alongside Axios and React Query. Could you provide guidance on why this might be happening and how we can resolve the issue?
The text was updated successfully, but these errors were encountered:
After removing the initialization of Pusher in our production React Native application, we noticed that all fetch operations are being triggered unexpectedly. Unfortunately, we are not receiving any logs in Sentry to help us identify the issue.
Interestingly, in development mode, Pusher works fine alongside Axios and React Query. Could you provide guidance on why this might be happening and how we can resolve the issue?
The text was updated successfully, but these errors were encountered: