## Feature Request ### Crates `tracing` ### Motivation We keep the set of tracing targets as a list of `const LOG_SMTH : &str = "smth";` to avoid typos. ### Proposal I'd like to: ``` #[instrument(tracing = LOG_SMTH)] ```