Skip to content

Add GitLab Error Tracking to /admin settings

Gabriel Mazetto requested to merge brodock/error-tracking-config into master

What does this MR do and why?

Adds Error Tracking settings behind a feature flag to the Admin panel

Fixes #366383 (closed)

Screenshots or screen recordings

imagem

How to set up and validate locally

  1. Enable the feature flag gitlab_error_tracking:
    Feature.enable(:gitlab_error_tracking)
  2. Go to /admin page
  3. Find Error Tracking in "General"
  4. Enable the boolean and set the URL
  5. Save settings

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Nick Klick

Merge request reports