Skip to content

Rename `Gitlab::Sentry` into service-agnostic `Gitlab::ErrorTracking`

Aleksei Lipniagov requested to merge 38332-rename-gitlab-sentry-into into master

What does this MR do?

In !17819 (merged) we renamed the methods of the Gitlab::Sentry class.

Gitlab::Sentry does not reflect the purpose of the class and we need more generic, service-agnostic name.

This is intended to be just a renaming MR (since it touches many files), all functional / logic changes should be addressed in other MRs to ease the process of the review.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

N/A

Security

N/A

Related to #38332 (closed)

Merge request reports