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

Provide Typescript typings file

epatpol opened this issue · comments

I have a node backend written in Typescript and I would like to trace it using this framework (adding my own trace events and whatnot) like this however the lib doesn't come with a typings file.

Also is it possible to generate a backend trace (using node) and view it in the same viewer as the frontend trace (so that we can see backend/frontend communications/delays and whatnot).