Skip to content

Commit 7cfe1ac

Browse files
add a little more
1 parent 4b0998b commit 7cfe1ac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ All invocations of `gatherTelemetryForUrl` internally returns an object enumerat
5252
'input/helpers/pluralize': true,
5353
'input/helpers/singularize': true,
5454
}
55+
```
56+
This package does provide one gathering function: `analyzeEmberObject`. The function does a "best effort" analysis of the app runtime, return such things as most Ember object types (Components, Helpers, Routes, etc) and "own" properties.
5557

58+
```javascript
59+
const { analyzeEmberObject } = require('ember-codemods-telemetry-helpers');
5660
```
61+
5762
## Contributing
5863

5964
### Installation

0 commit comments

Comments
 (0)