Commit bd0e4948 by Sixong.Zhu

add params

parent 146f6c8e
Showing with 1 additions and 0 deletions
......@@ -102,6 +102,7 @@ class WebMonitor {
options &&
options.userAgent &&
msg.push(`UserAgent: ${window.navigator.userAgent}`);
r.config && r.config.params && msg.push(`Params: ${r.config.params}`);
r.config && r.config.data && msg.push(`Payload: ${JSON.stringify(r.config.data)}`);
msg.push(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment