Skip to content

Commit

Permalink
Adding the ticket no to get stored in error table
Browse files Browse the repository at this point in the history
  • Loading branch information
ratheesh-aot committed Sep 26, 2024
1 parent 33348bd commit aaa6581
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/form_handler/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@ def record_event_error(**args):
'event_id': error.get('event_id'),
'event_type': error.get('event_type'),
'payload': json.dumps(message) if message else None,
'ticket_no': error.get('ticket_no'),
'func': error.get('func'),
}

Expand Down

0 comments on commit aaa6581

Please sign in to comment.