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
First of: Thank you for your work. Really appreciate it!
I have been trying to integrate api-analytics into my project and have found that it handles query params a bit differently than I expected it to.
I have an API endpoint that looks like this GET /uploadplan?date=yyyy-mm-dd. Since a HTTP body is not expected for GET requests I chose this approach. However, I have found that the grouping in the dashboard does not expect multiple requests on the same endpoint with different query parameters.
I do understand that there are multiple viewpoints on this topic. My suggestion would be to either
disregard query parameters when grouping requests on the dashboard
add a toggle button on the dashboard that allows the user to choose whether or not to ignore the query params
If this is something you want to address, I would be happy to contribute a solution myself. I have pinpointed the issue to this endpointID which seems to be the identifier for grouping multiple requests.
The text was updated successfully, but these errors were encountered:
Therefore, I would withdraw my request. What do you think about it? I may not be the first one to stumble over this problem. Might it be possible to implement something like this as part of "improving the developer experience"?
I think a toggle switch to turn params off in the dashboard would be best the way to go. I'll try and add this feature soon. Thanks for this suggestion
First of: Thank you for your work. Really appreciate it!
I have been trying to integrate api-analytics into my project and have found that it handles query params a bit differently than I expected it to.
I have an API endpoint that looks like this
GET /uploadplan?date=yyyy-mm-dd
. Since a HTTP body is not expected for GET requests I chose this approach. However, I have found that the grouping in the dashboard does not expect multiple requests on the same endpoint with different query parameters.I do understand that there are multiple viewpoints on this topic. My suggestion would be to either
If this is something you want to address, I would be happy to contribute a solution myself. I have pinpointed the issue to this
endpointID
which seems to be the identifier for grouping multiple requests.The text was updated successfully, but these errors were encountered: