PostHog.Supervisor (posthog v2.1.0)

View Source

Supervisor that manages all processes required for logging. By default, PostHog starts it automatically.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(config)

@spec start_link(PostHog.Config.config()) :: Supervisor.on_start()