gecko-dev/devtools/docs/frontend
Michael Ratcliffe 4e3c6d2b5f Bug 1491879 - Fix telemetry support for multiple tabs / windows r=nchevobbe
- Various telemetry methods now need an object to be passed in in order to keep them seperate e.g. if the inspector is opened in tab 1 a timer is started. If an inspector is opened in tab 2 the same timer is restarted. Closing tab 2 would then erase the timing event invalidating the timer in tab 1.
- We no longer need to preface telemetry calls with category "devtools.main" because this is the only category we will be using.
- There are some changes to `devtools/client/debugger/new/dist/vendors.js` and `devtools/client/debugger/new/src/utils/telemetry.js` that need to be ported to the debugger at the same time as landing this.

Differential Revision: https://phabricator.services.mozilla.com/D6137

--HG--
extra : moz-landing-system : lando
2018-09-25 12:57:13 +00:00
..
frontend.md Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
react-guidelines.md Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
react.md Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
redux-guidelines.md Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
redux.md Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
svgs.md Bug 1349256 - Moved docs into folders so it's easier to browse; r=sole 2017-03-22 15:49:14 +01:00
telemetry.md Bug 1491879 - Fix telemetry support for multiple tabs / windows r=nchevobbe 2018-09-25 12:57:13 +00:00