You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I mapped a simple Flask app with request recording, and saw this output:
The requests for GET requests for favicons, CSS, JS assets, etc should not be saved as maps. That's extra work for the indexer and scanner and it creates noise in the UI in the list of AppMaps for that project.
The text was updated successfully, but these errors were encountered:
@apotterri i wouldn't call this a bug. More like a feature enhancement where it's a config flag to enable/disable the media requests tracking.
Somebody might actually want to track media requests.
virajkanwade
added a commit
to virajkanwade/appmap-python
that referenced
this issue
Feb 29, 2024
I mapped a simple Flask app with request recording, and saw this output:
The requests for
GET
requests for favicons, CSS, JS assets, etc should not be saved as maps. That's extra work for the indexer and scanner and it creates noise in the UI in the list of AppMaps for that project.The text was updated successfully, but these errors were encountered: