Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't filter some requests by 'onlyURLs' #139

Open
VaryHice opened this issue Jan 27, 2022 · 1 comment
Open

Can't filter some requests by 'onlyURLs' #139

VaryHice opened this issue Jan 27, 2022 · 1 comment

Comments

@VaryHice
Copy link

We can setup onlyURLs only in didFinishLaunchingWithOptions. But some requests (i e Firebase's ones) start earlier, and thus aren't filtered out, they're presented in network logs.

@philosopherdog
Copy link
Contributor

philosopherdog commented Mar 1, 2023

Did you try moving it to willFinishLaunchingWithOptions instead? You have to enable CoacoaDebug before you call to setup FB. So try moving the call to enable prior to your call to FB configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants