[Telemetry] Added LegacyTelemetryProvider to make existing telemetry providers available to the new Telemetry API

This commit is contained in:
Henry
2016-12-06 18:07:21 -08:00
parent 90a7ca8ae5
commit 43132ea6f8
3 changed files with 152 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ define([
'../src/adapter/bundle',
'../src/api/objects/bundle',
'../src/api/telemetry/bundle',
'../example/builtins/bundle',
'../example/composite/bundle',
@@ -96,6 +97,7 @@ define([
var DEFAULTS = [
'src/adapter',
'src/api/objects',
'src/api/telemetry',
'platform/framework',
'platform/core',
'platform/representation',