Skip to content

Remove captureMessage Sentry calls

Miguel Rincon requested to merge 427607-remove-capture-message-calls into master

What does this MR do and why?

Remove captureMessage Sentry calls

This change simplifies some Sentry calls that use captureMessage to report errors to Sentry. Instead, we pass errors using captureException reducing the SDK usage surface area.

See more at: !133597 (comment 1596973450)

Screenshots or screen recordings

NA

How to set up and validate locally

NA

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #427607 (closed)

Edited by Miguel Rincon

Merge request reports