Developer pages

Overview

Definitions for sessions, events, fingerprinting, releases, privacy, and related terms.

Terms as HumanBehavior implements them in the product and SDK.

TermMeaningDetails
Session / replayA visit (analytics identity) and its rrweb recordingSessions vs replays
Event & propertiesNamed fact + JSON fieldsEvents
FingerprintDeterministic hash that collapses errors into one IssueFingerprinting
Release & environmentVersion / stage tags on errors vs Settings API-key lanesReleases & environments
Privacy / redactionReplay masking + what not to sendPrivacy
Visitor / UserEnd user identity in the product UIVisitors
Agent vs Home chatSaved worker vs ad-hoc threadAgents · Home
API keyProject credential for Authorization: Bearer ingestCreate project
FunnelOrdered conversion steps over eventsFunnels
ConnectorExternal integration for agentsConnectors
Shared filtersDate/filter query carried across analytics pagesDashboard
Issue originsruntime / behavioral / visual / static clustersIssues

How to use this section

  1. Skim the table when a UI label is unclear.
  2. Open the detail page for the precise definition and wiring.
  3. Use the SDK pages when implementing.

Quick distinctions

Confused pairDifference
Session vs replaySession is the id/lifecycle; replay is the rrweb recording for that id
Settings environment vs SDK environmentAPI key lane vs error-report tag string
Automatic vs custom eventSDK $… / autocapture vs your customEvent names
Fingerprint vs stack frameHash grouping key vs human-readable culprit location
Identify vs logoutAttach traits / canonical user vs clear identity + rotate session

Related entry points