Skip to main content

What gets installed

The Zentien Salesforce package (v0.2.0) contains the following components: 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.