google / tracing-framework

Web Tracing Framework libraries and extensions.

Home Page:http://google.github.io/tracing-framework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanitize labels for events collected from console.timeStamp()

alxhub opened this issue · comments

WTF collects data from console.timeStamp(), but applications which use that API may not be aware of restrictions on the naming of timing labels that WTF imposes.

WTF should sanitize the names of events collected from such sources.