Stefan Arentz, October 2020
How to sniff network traffic from Fenix. You can install a certificate for an intercepting proxy and setup a proxy pretty easily, but Android won't show you traffic of applications that have explicitely opted-in to allow this.
This gist explains how to modify Fenix (or any APK really) to allow this.
You do not need a rooted device, but you may have to delete all copies of FIrefox (Beta, Nightly, Release) before this works.
Note this will only show native traffic that goes through the Android network stack. In Fenix this is only third-party SDKs like Leanplum and Sentry. All browser traffic (pages, icons, services) goes through Mozilla's HTTP client, which you can intercept by using Remote Debugging or by configuring an intercepting proxy directly in Firefox. (Not covered in this document - probably should )