Skip to content

Commit

Permalink
Export missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
suchitadoshi1987 committed Apr 24, 2020
1 parent 5746c89 commit d67f8ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
const gatherTelemetryForUrl = require('./gather/gather-telemetry');
const gatherSingleTelemetryForUrl = require('./gather/gather-single-telemetry.js');
const { getModulePathFor } = require('./utils/get-module-path-for');
const { getTelemetry, setTelemetry, getTelemetryFor } = require('./utils/telemetry');
const {
getTelemetry,
setTelemetry,
setTelemetryWithKey,
getTelemetryFor,
} = require('./utils/telemetry');
const analyzeEmberObject = require('./gather/analyze-ember-object');

module.exports = {
getTelemetry,
setTelemetry,
setTelemetryWithKey,
gatherTelemetryForUrl,
gatherSingleTelemetryForUrl,
getTelemetryFor,
Expand Down

0 comments on commit d67f8ea

Please sign in to comment.