# Live Events

Jitsu UI has a **Live Events** tool that allows you to see in real time:

- Events coming from your site
- [Functions](/docs/functions) execution logs
- Data warehouse interaction statuses

<Screenshot src="/docs/screenshots/live-events.png" />

In each section you can select entities you want to see events for, date range and choose to show errors only.

## Error monitoring

Option to show errors only is very useful for making sure that your functions are working correctly, and there are no errors while writing data to the warehouses.

If something goes wrong, you can see error description in 'Events details' pane.

<Screenshot src="/docs/screenshots/live-events-functions.png" />