Skip to content

Handle missing keys in sentry api response

Reuben Pereira requested to merge 58971-sentry-api-keyerror into master

What does this MR do?

Sentry v8.x does not include the project ID in the API response.

Changes made by this MR:

  • Do not fail when attributes that the FE can do without are missing from the Sentry API response.
  • If essential attributes are missing from the response, return an error.

What are the relevant issue numbers?

#58971 (closed)

Does this MR meet the acceptance criteria?

Closes #58971 (closed)

Edited by Reuben Pereira

Merge request reports