If you encounter a problem with a monitor, the following troubleshooting steps may help you identify and resolve the issue.
The Console Log can help you debug issues you might encounter with your monitors.
console.log() statements you included in your pre-request and post-response scripts.
For more information on debugging with the Postman Console, see Troubleshooting API requests.
console.log(environment); to your request scripts and compare the results across monitoring and local runs.Unexpected response bodies or header values can be a source of monitor issues. You can log these with the following code:
try - catch block to ensure test and pre-request scripts in your collection run to completion.