* fix: allow multi tenant vendor keys in TraceState
Improve checking of TraceState keys to allow '@' char used in multi tenant vendor scenarios.
See https://www.w3.org/TR/trace-context/#key for details
* chore: update jsdoc, use single RegEx
* chore: fix regex