Skip to content

Resolve "Detail view of Sentry error in GitLab"

Sean Arnold requested to merge 32464-backend-sentry-error-details into master

What does this MR do?

This adds two endpoints for frontend to consume:

  • GET /<project>/error_tracking/<error_id>/details => Provides extended errr=or details
  • GET /<project>/error_tracking/<error_id>/stack_trace => Provides the latest stack trace from the error

Both endpoints are cached using reactive_caching.

Does this MR meet the acceptance criteria?

Conformity

Related to #32464 (closed)

Edited by Sean Arnold

Merge request reports