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
When sending a request to SAS and in response there is an invalid JSON, the adapter should capture the log, and append this request to the SASjs Requests list.
Current behaviour
Failing requests are not added anywhere, it's impossible to get the logs of those requests.
Nice to have
Every request should have a generated UUID which is returned when calling the request method, so it's later possible to link directly to the log.
The text was updated successfully, but these errors were encountered:
Expected behaviour
When sending a request to SAS and in response there is an invalid JSON, the adapter should capture the log, and append this request to the
SASjs Requests
list.Current behaviour
Failing requests are not added anywhere, it's impossible to get the logs of those requests.
Nice to have
Every request should have a generated UUID which is returned when calling the
request
method, so it's later possible to link directly to the log.The text was updated successfully, but these errors were encountered: