mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Add notes for how to debug the network traffic (#223)
* Add notes for how to debug the network traffic * Add changelog Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
This commit is contained in:
parent
342d25f4c1
commit
27f681440b
@ -40,6 +40,10 @@ ElementX uses Fastlane for running actions on the CI and tries to keep the confi
|
||||
|
||||
Please run `bundle exec fastlane` to see available options.
|
||||
|
||||
### Network debugging proxy
|
||||
|
||||
It's possible to debug the app's network traffic with a proxy server by setting the `HTTPS_PROXY` environment variable in the ElementX scheme to the proxy's address (e.g. localhost:8080 for mitmproxy).
|
||||
|
||||
## Pull requests
|
||||
|
||||
Please see our [pull request guide](https://github.com/vector-im/element-android/blob/develop/docs/pull_request.md).
|
||||
|
1
changelog.d/223.doc
Normal file
1
changelog.d/223.doc
Normal file
@ -0,0 +1 @@
|
||||
Add notes for how to debug the network traffic
|
Loading…
x
Reference in New Issue
Block a user