How to Configure UiPath to Send all Error Logs to Sentry service?

Hello UiPath Community,

I am working on a project that integrates Sentry for error tracking, and I am trying to configure UiPath to send all error logs to Sentry. I have already connected Sentry with a Django project using the SDK, which made the process straightforward. However, I couldn’t find a similar direct SDK integration for UiPath.

I came across the following UiPath documentation:
Services the Robot Connects To, where it mentions that UiPath can connect to Sentry (*.ingest.sentry.io) for error reporting. However, the documentation doesn’t provide specific steps or configurations for setting up this connection.

My main questions are:

  1. How can I configure UiPath to send all error logs to Sentry automatically?
  2. Is there a built-in or recommended method to integrate UiPath logs with Sentry, or should I implement this manually using UiPath’s logging mechanisms and Sentry’s API?
  3. If manual configuration is required, could you provide guidance or examples on how to set up such a connection, including any necessary authentication (OAuth, etc.)?

I found a related forum thread, but it didn’t cover this topic in depth. Any insights or detailed steps on how to establish this connection would be greatly appreciated!

Thank you for your help.

Hey @harry26,

That is for UiPath internal usage and is not exposed to be used for customer usage. We have all logs forwarded to Orchestrator from where you can setup either a manual export or use the Insights real-time export capability that covers logs. Not sure how you would get them in Sentry but worth exploring this route.

Hope this helps,
Andrei