Skip to content

Ensure correct types for Sentry GraphQL IDs

Sean Arnold requested to merge sarnold-cleanup-sentry-id-type into master

What does this MR do?

As part of #268042 (closed), this adds parsing to ensure the IDs used by Sentry graphQL queries are the correct expected ID types.

This applies the checks to two files:

  • app/graphql/resolvers/error_tracking/sentry_detailed_error_resolver.rb
  • app/graphql/resolvers/error_tracking/sentry_error_stack_trace_resolver.rb

Screenshots (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Sean Arnold

Merge request reports