-
Notifications
You must be signed in to change notification settings - Fork 12k
Telemetry collection: collect Angular major version as a separate dimension/metric #22130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends. Find more details about Angular's feature request process in our documentation. |
Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage. We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package. You can find more details about the feature request process in our documentation. |
… dimension With this change we replace the custom dimension 8 `AOT Enabled`, with `Angular CLI Major Version`. The motivation behind replacing this dimension is that the there is already an `aot` dimension with id 13 which serves for the same purpose. More information to why we need a new dimension for the Angular CLI major version can be found #22130 Closes #22130
… dimension With this change we replace the custom dimension 8 `AOT Enabled`, with `Angular CLI Major Version`. The motivation behind replacing this dimension is that the there is already an `aot` dimension with id 13 which serves for the same purpose. More information to why we need a new dimension for the Angular CLI major version can be found #22130 Closes #22130 (cherry picked from commit 455aeea)
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🚀 Feature request
Description
I'd like to able to easily build dashboards that show Angular adoption status by major version. Currently we only collect the exact patch version which is hard to post-process within Google Analytics.
Describe the solution you'd like
We can add a new custom dimension, or we could reuse "Browser Version" field for this purpose (we currently use "Application Version" to collect the patch version).
Describe alternatives you've considered
I've tried to group the metrics via "starts with" filters, but then I can only draw one version graph per dashboard widget. I'd like to be able to have a single diagram that contains all major versions.
The text was updated successfully, but these errors were encountered: