lightstep / lightstep-tracer-javascript

Lightstep distributed tracing library for Node.js and the browser
https://lightstep.com
MIT License
77 stars 66 forks source link

Minor: Remove deprecated chrome.loadTimes() code #157

Closed tedpennings closed 5 years ago

tedpennings commented 5 years ago

This code predates the window.performance API, so it makes sense to remove it given that the window.performance API has broad adoption.

The chrome.loadTimes() code produces console warnings for most Chrome users, since it's deprecated; this PR eliminates that.

austinlparker commented 5 years ago

nvm forgot i can just merge from the PR