Skip to main content

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:
ComponentTypePurpose
ErrorEvent__ePlatform EventCarries error data from your org to Zentien in real time
ErrorLogger.clsApex ClassUtility you call in try/catch blocks and Flow fault paths
CalloutEvent__ePlatform EventCarries outbound callout data to Zentien
ZentienHttpCallout.clsApex ClassDrop-in wrapper for Http.send() to track callouts
Zentien_Log_Flow_ErrorFlowSubflow to add to any Flow fault path
All components 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 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 ensures ErrorLogger.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:
  1. Go to Setup → Platform Events — you should see ErrorEvent__e and CalloutEvent__e
  2. Go to Setup → Apex Classes — you should see ErrorLogger, ErrorLoggerTest, ZentienHttpCallout, ZentienHttpCalloutTest
  3. 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.