Skip to content

Commit 41c2330

Browse files
abdelhamid-f-nasserHeshamMegid
authored andcommitted
chore(android): add Instabug API domains to network security config (#1094)
Jira ID: MOB-13665
1 parent 6357b84 commit 41c2330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/default/android/app/src/main/res/xml/network_security_config.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<domain-config cleartextTrafficPermitted="true">
44
<domain includeSubdomains="true">10.0.2.2</domain>
55
<domain includeSubdomains="true">localhost</domain>
6+
<domain includeSubdomains="true">api.instabug.com</domain>
7+
<domain includeSubdomains="true">api-apm.instabug.com</domain>
68
</domain-config>
79
<base-config>
810
<trust-anchors>

0 commit comments

Comments
 (0)