Skip to content

WIP: Backend for Sentry Project selection dropdown

Reuben Pereira requested to merge 55199-error-tracking-project-selection into master

What does this MR do?

  1. Add Controller endpoint to get Sentry project list, given Sentry host and token.
  2. Make call to Sentry API to get Sentry project list.
  3. Modify the settings controller endpoint to receive Sentry host, project name & organization name as separate values and save into DB.

What are the relevant issue numbers?

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

Does this MR meet the acceptance criteria?

Closes #55199 (closed)

Merge request reports