Skip to main content

What is Zentien?

Zentien is a Salesforce reliability monitoring platform. It captures Apex exceptions, Flow faults, and integration failures in real time and routes them to a centralised dashboard with Slack and email alerts. The problem it solves: Salesforce orgs have no single place to see what is breaking. Flow error emails go unread, debug logs expire, and most teams find out about failures from users filing tickets. Zentien fixes that.

How it works

Handled Errors

Call ErrorLogger.log() in your Apex try/catch blocks. Errors are captured instantly via Platform Events.

Unhandled Errors

Salesforce sends exception emails to your unique Zentien inbound address. No code changes required.

Flow Faults

Flow error emails are captured automatically via the same email inbound pipeline.

Real-time Dashboard

All errors appear in one place with full stack traces, org context, and timeline.

What you install

Zentien requires two components in your Salesforce org — both are open source and fully visible:
  • ErrorEvent__e — a Platform Event that carries error data to Zentien
  • ErrorLogger.cls — an Apex utility class you call from your code
That’s it. No managed package black boxes, no hidden code. You can inspect everything.

Next steps

Quickstart

Get up and running in under 10 minutes.