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

Rest API Calls are not Logged #7764

Closed
Gagnar1999 opened this issue May 16, 2024 · 5 comments
Closed

Rest API Calls are not Logged #7764

Gagnar1999 opened this issue May 16, 2024 · 5 comments

Comments

@Gagnar1999
Copy link

Gagnar1999 commented May 16, 2024

Hello Flutterians i am facing an strange issue where i am unable to see api calls in dev tools.


DevTools version: 2.34.3
IDE: Android-Studio
Connected Device:
CPU / OS: arm64 (64 bit) android
Connected app type: Flutter native (debug build)
Dart Version: 3.4.0
Flutter Version: 3.22.0 / stable
Framework / Engine: 5dcb86f68f / f6344b75dc

@kenzieschmoll
Copy link
Member

@CoderDake

@CoderDake
Copy link
Contributor

@Gagnar1999 could you please provide an example of the api calls? Some code to help reproduce this would go a long way :)

@CoderDake CoderDake self-assigned this May 21, 2024
@CoderDake CoderDake removed their assignment May 21, 2024
@Gagnar1999
Copy link
Author

The issue is when i call api through http/dio network library it should be visible in the network tab in dev tools section but instead of showing any api call it just show internet address calls only.
image

@Gagnar1999
Copy link
Author

Gagnar1999 commented May 22, 2024

also i want one more feature request can you guys removed these internet address logs from network tab it causes issue when there are multiple api calls @CoderDake

@CoderDake
Copy link
Contributor

Progress for additional network logging support is is being tracked here: #7764

I'll close this as a duplicate.


RE your additional request:
Those requests can be filtered out using the a -type:ws filter. That will hide those logs you don't want to see
Screenshot 2024-05-22 at 9 19 41 AM

@CoderDake CoderDake closed this as not planned Won't fix, can't repro, duplicate, stale May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants