What gets installed
The Zentien Salesforce package contains two components:| Component | Type | Purpose |
|---|---|---|
ErrorEvent__e | Platform Event | Carries error data from your org to Zentien in real time |
ErrorLogger.cls | Apex Class | Utility you call in your try/catch blocks to publish errors |
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 ensuresErrorLogger.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:- Go to Setup → Custom Metadata / Platform Events — you should see
ErrorEvent__e - Go to Setup → Apex Classes — you should see
ErrorLoggerandErrorLoggerTest
Next step
Connect your org
Authenticate your org with Zentien so it can receive your error events.