Function tracing_axiom::builder_with_env

source ·
pub fn builder_with_env(service_name: &str) -> Result<Builder, Error>
Expand description

Create a new Builder and set the configuratuin from the environment.

§Errors

If any of the environment variables are invalid, missing variables are not causing errors as they can be set later.