We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec5e4a1 commit 43afc1dCopy full SHA for 43afc1d
README.md
@@ -202,23 +202,6 @@ You can disable Repro Steps using the following API:
202
Instabug.setReproStepsMode(Instabug.reproStepsMode.disabled);
203
```
204
205
-## APM
206
-
207
-### Network metric is enabled by default. To disable it:
208
209
-* #### In iOS:
210
- Call `APM.setNetworkEnabledIOS(false)`
211
212
-* #### In Android:
213
- In build.gradle, set `networkInterceptingEnabled` to `false`
214
- ```
215
- Instabug {
216
- APM {
217
- networkInterceptingEnabled false
218
- }
219
220
221
222
## Update Guide
223
### Updating to versions 8.0-8.4.x
224
0 commit comments