its easier to debug if its one event with different properties, then you can apply breakdowns easily.
create the properties map in the beginning of the function, then in each case add "reason": <the reason> entry to the map, and in the end add "success": true
its easier to debug if its one event with different properties, then you can apply breakdowns easily. create the properties map in the beginning of the function, then in each case add
"reason": <the reason>
entry to the map, and in the end add"success": true