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
If you are running another network logging interceptor, e.g. Reactotron, the logger will not start as only one can be run at once. You can override this behaviour and force the logger to start by using the `forceEnable` option.
126
+
127
+
```ts
128
+
startNetworkLogging({ forceEnable: true });
129
+
```
130
+
123
131
#### Integrate with existing navigation
124
132
125
133
Use your existing back button (e.g. in your navigation header) to navigate within the network logger.
'network interceptor has not been enabled as another interceptor is already running (e.g. another debugging program). Use option `forceEnable: true` to override this behaviour.'
0 commit comments