Hello community,I'd like to track extension errors in Sentry. The default setup (below) that works for a sample react project doesn't work in an Airtable extension -- the events don't get captured in Sentry.import * as Sentry from '@sentry/react';
S...