microsoft / microsoft/ApplicationInsights-JS
Add support for User Actions as a filter in the Telemetry viewer
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 685
- Forks
- 261
- Avg merge
- 21h 33m
- Merged PRs (30d)
- 5
Description
I am hoping that another filter can be added that allows me to filter to just user actions, in addition to the existing filters for things like perf events and warnings. I want this because as a PM, I care most about detecting user actions so I can use them to build dashboards. I would likely have this filter on 99% of the time I use the telemetry viewer!! The large amount of Quality of Service and App Logic events today can drown out user actions and make them very hard to spot which makes my workflow harder. Adding this concept would probably require adding a config value for what a "user action" means so apps can specify.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Telemetry viewer's existing filters and the telemetry configuration that could define a "user action." The work is done when user actions can be isolated from perf, warning, Quality of Service, and App Logic events, with the meaning of a user action configurable for each app.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- analytics, observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100