Skip to content

Add table and model for error tracking settings

Reuben Pereira requested to merge 55178-db_and_model into master

What does this MR do?

This MR adds the DB migration (adds table error_tracking_settings) and new model (ErrorTracking::ProjectErrorTrackingSetting) for holding Sentry settings. It is part of the issue to list sentry errors within GitLab.

This MR only contains the DB migration and model in order to keep the MR small.

There will be further MRs with controllers, services, etc.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/55178

Does this MR meet the acceptance criteria?

Edited by Peter Leitzen

Merge request reports