Skip to main content

What gets installed

The Zentien Salesforce package contains two components:
ComponentTypePurpose
ErrorEvent__ePlatform EventCarries error data from your org to Zentien in real time
ErrorLogger.clsApex ClassUtility you call in your try/catch blocks to publish errors
Both are fully open source — you can view, inspect, and fork the code on GitHub.

Installation

Open the install link while logged into your Salesforce org: Install Zentien Package → For sandbox orgs, use this link instead: Install Zentien Package (Sandbox) →

Installation options

When prompted, select Install for All Users — this ensures ErrorLogger.log() can be called from any Apex context regardless of which user triggers it.

Verify the installation

After installation, confirm both components exist in your org:
  1. Go to Setup → Custom Metadata / Platform Events — you should see ErrorEvent__e
  2. Go to Setup → Apex Classes — you should see ErrorLogger and ErrorLoggerTest

Next step

Connect your org

Authenticate your org with Zentien so it can receive your error events.