Skip to content
Snippets Groups Projects

Tracing: Remove UI at Settings > Monitor > Tracing

4 unresolved threads

What does this MR do and why?

This MR aims to solve the issue #351388 (closed)

Remove deprecated tracing UI from Settings > Monitor > Tracing tab

Screenshots or screen recordings

Before After
before_1 after_1

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
10 10 create(:project_error_tracking_setting, project: project)
11 11 end
12 12
13 13 let_it_be_with_reload(:tracing_setting) do
  • 25 25
    26 26 allow(view).to receive(:error_tracking_setting)
    27 27 .and_return(error_tracking_setting)
    28 28 allow(view).to receive(:tracing_setting)
  • mentioned in issue #351387 (closed)

  • mentioned in issue #351388 (closed)

  • Rajendra Kadam removed review request for @rkadam3

    removed review request for @rkadam3

  • @anshulriyal, how was your code review experience with this merge request? Please tell us how we can continue to iterate and improve:

    1. Leave a :thumbsup: or a :thumbsdown: on this comment to describe your experience.
    2. Create a new comment starting with @gitlab-bot feedback below, and leave any additional feedback you have for us in the comment.

    Have five minutes? Take our survey to give us even more feedback on how GitLab can improve the contributor experience.

    Thanks for your help! :heart:

  • Please register or sign in to reply
    Loading