EnterpriseEnterprise
Enterprise features
Overview of the enterprise-only routes and plugin-backed capabilities present in this repository.
Source of truth
server/engine/ee/init.goserver/engine/internal/registry/registry.goEnterprise builds register extra features through the same engine binary. The current plugin set in this repository includes:
- session replay
- billing and subscriptions
- SAML/SSO
- audit logs
How enterprise mode is activated
The engine imports the enterprise module only when the enterprise build tag is
active. That import registers the EE plugins into the runtime feature registry.