Pulse icon indicating copy to clipboard operation
Pulse copied to clipboard

Feature Request: Custom network log descriptions

Open ejensen opened this issue 10 months ago • 0 comments

The URL alone is insufficient to identify a network operation in certain scenarios. For example, in the GraphQL API, the URL for every request is identical. However, each GraphQL operation has a name within the request's body that identifies the operation. It would be useful to have the option to specify a custom description in NetworkLogger.Request so operations can be identified without needing to inspect each network entry. The description could default to URLSessionTask.taskDescription

ejensen avatar Apr 19 '24 18:04 ejensen