Monitoring scenarios

Hello.

I have 60 scenarios actively running in my account.
Sometimes, my custom HTTP modules returns error codes like 500 but Make does not recognize this as an error in the scenario.

In your opnion, what is the most efficient way to watch the scenarios health and act when something like this happens?

I just found out that I was not receiving leads for a whole month because of a typo in the replace function.

Maybe using Sentry.io to watch the events?

By default, in an HTTP module, this is turned off.
image

If you turn it on, and get a 5xx response code, it should be treated as an error.

3 Likes