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 6357b84 commit 41c2330Copy full SHA for 41c2330
examples/default/android/app/src/main/res/xml/network_security_config.xml
@@ -3,6 +3,8 @@
3
<domain-config cleartextTrafficPermitted="true">
4
<domain includeSubdomains="true">10.0.2.2</domain>
5
<domain includeSubdomains="true">localhost</domain>
6
+ <domain includeSubdomains="true">api.instabug.com</domain>
7
+ <domain includeSubdomains="true">api-apm.instabug.com</domain>
8
</domain-config>
9
<base-config>
10
<trust-anchors>
0 commit comments