Skip to content

Failing to instantiate telemetry should not stop process from starting

Currently, when telemetry is enabled but is incorrectly configured, it will produce an error and throw an exception.

Telemetry is not crucial for operating the service, so it should not prevent the service from starting. Instead, it should simply log an error and continue without telemetry.