Detect if a request was deduped
Unanswered
Lesser White-fronted Goose posted this in #help-forum
Lesser White-fronted GooseOP
Hi!
Is there a way for me to understand by looking at the response from fetch if the request was deduped or not?
Currently we have a problem in our app that whenever a request fails we get errors logs x (the amount of times the request was deduped). What we would like to get is a single error log and to ignore logging when the request was deduped
Is there a way for me to understand by looking at the response from fetch if the request was deduped or not?
Currently we have a problem in our app that whenever a request fails we get errors logs x (the amount of times the request was deduped). What we would like to get is a single error log and to ignore logging when the request was deduped