pub fn initialize_with_configuration(
    configuration: &Arc<Configuration>
) -> Arc<Tracker>
Expand description

It initializes the application with the given configuration.

The configuration may be obtained from the environment (via config file or env vars).