We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the metric options value is of type object, e.g. boolean:
BUT:
Example: I have following Code: Here I intentionally set one boolan type with a string value ("exactInterval": "true")
The options are all correctly assigned to their lists:
But in the unknown payload the boolean options show empty value: Note the "exactInterval" was set to a string value "true".
It would be nice, if payloads got stringified when showing in the unknown payloads?
The options list in Fiddler:
The text was updated successfully, but these errors were encountered:
Can you review the test #383?
Sorry, something went wrong.
In my opinion the test covers what I was looking for: strings, booleans, integers. The more complex object {…}, is also good to have.
Successfully merging a pull request may close this issue.
If the metric options value is of type object, e.g. boolean:
BUT:
Example:
I have following Code:
Here I intentionally set one boolan type with a string value ("exactInterval": "true")
The options are all correctly assigned to their lists:
But in the unknown payload the boolean options show empty value:
Note the "exactInterval" was set to a string value "true".
It would be nice, if payloads got stringified when showing in the unknown payloads?
The options list in Fiddler:
The text was updated successfully, but these errors were encountered: