Skip to content

Remove user count from Error Tracking list and details page

Daniele Rossetti requested to merge drosse/remove-et-user-count into master

What does this MR do and why?

Remove user count from Error Tracking list and details page ( only for integrated error tracking )

Closes gitlab-org/opstrace/opstrace#2549 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

image image

How to set up and validate locally

As running the full integrated error tracking stack is not trivial, I'd suggest to just run GDK locally and mock responses with a Chrome Extension. I personally use Requestly. You can import the mock rules here: https://app.requestly.io/rules#sharedList/1704297812909-requestly_shared_list_03_01_2024

To switch between integrated and non-integrated error tracking, you need to

  1. Flip the feature flag :integrated_error_tracking
  2. Update the mock response and change integrated: true in the JSON
Edited by Daniele Rossetti

Merge request reports