Will bring in non-"internal" data from https://github.com/confluentinc/vscode/pull/592 and append as a record to extra (see example) before calling Sentry.captureException(). Also needs to update all existing call points for Sentry.captureException() to use this new wrapper function.
Will bring in non-"internal" data from https://github.com/confluentinc/vscode/pull/592 and append as a record to
extra
(see example) before callingSentry.captureException()
. Also needs to update all existing call points forSentry.captureException()
to use this new wrapper function.