Documentation Index
Fetch the complete documentation index at: https://docs.zentien.io/llms.txt
Use this file to discover all available pages before exploring further.
What gets installed
The Zentien Salesforce package (v0.2.0) contains the following 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 try/catch blocks and Flow fault paths |
CalloutEvent__e | Platform Event | Carries outbound callout data to Zentien |
ZentienHttpCallout.cls | Apex Class | Drop-in wrapper for Http.send() to track callouts |
Zentien_Log_Flow_Error | Flow | Subflow to add to any Flow fault path |
Installation
Open the install link while logged into your Salesforce org: Install Zentien Package v0.2.0 → For sandbox orgs, use this link instead: Install Zentien Package v0.2.0 (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.
If you installed a previous version, Salesforce will show an Upgrade option. Your existing data and configuration is preserved.
Verify the installation
After installation, confirm the components exist in your org:- Go to Setup → Platform Events — you should see
ErrorEvent__eandCalloutEvent__e - Go to Setup → Apex Classes — you should see
ErrorLogger,ErrorLoggerTest,ZentienHttpCallout,ZentienHttpCalloutTest - Go to Setup → Flows — you should see
Zentien Log Flow Error
Next step
Connect your org
Authenticate your org with Zentien so it can receive your error events.