You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should only track user entered commands (like schematics), not implied schematics. IE when a user runs ng new we should track that, but not the fact that they implicitly invoked ng generate workspace or ng generate project
Aliases should be combined (ng generate c and ng generate component should be combined into a single type of GA telemetry report)
Several of our custom metrics (at least Bundle Sizes / build times / ngOnInit) aren't being reported / I can't figure out how to see them :)
The text was updated successfully, but these errors were encountered:
ng new
we should track that, but not the fact that they implicitly invokedng generate workspace
orng generate project
The text was updated successfully, but these errors were encountered: