Skip to content
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

User defined attribute filtering not working in few dashboard APIs #1787

Open
detj opened this issue Feb 4, 2025 · 1 comment
Open

User defined attribute filtering not working in few dashboard APIs #1787

detj opened this issue Feb 4, 2025 · 1 comment
Assignees
Labels
backend backend related bug something isn't working

Comments

@detj
Copy link
Contributor

detj commented Feb 4, 2025

Summary

User defined attribute expression filtering does not seem to be working as expected in the following APIs.

  • Sessions overview list - GET /apps/:id/sessions
  • Sessions overview instance plot - GET /apps/:id/sessions/plots/instances
  • Crash overview list - GET /apps/:id/crashGroups
  • Crash overview instance plot - GET /apps/:id/crashGroups/plots/instances
  • Crash detail instance plot - GET /apps/:id/crashGroups/:id/plots/instances
  • Crash detail distribution plot - GET /apps/:id/crashGroups/:id/plots/distribution
  • Crash detail list - GET /apps/:id/crashGroups/:id/crashes
  • ANR overview list - GET /apps/:id/anrGroups
  • ANR overview instance plot - GET /apps/:id/anrGroups/plots/instances
  • ANR detail instance plot - GET /apps/:id/anrGroups/:id/plots/instances
  • ANR detail distribution plot - GET /apps/:id/anrGroups/:id/plots/distribution
  • ANR detail list - GET /apps/:id/anrGroups/:id/anrs
@detj detj added backend backend related bug something isn't working labels Feb 4, 2025
@detj detj self-assigned this Feb 4, 2025
@detj detj moved this to Todo in Measure Roadmap Feb 4, 2025
@detj
Copy link
Contributor Author

detj commented Feb 4, 2025

Note: SDKs do not send user defined attributes with automatically collected events as of today. For now, verify if user defined attributes are working well with sessions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend backend related bug something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant