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:
Johannes Marbach 2022-10-14 15:13:57 +02:00 committed by GitHub
parent 342d25f4c1
commit 27f681440b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Add notes for how to debug the network traffic