Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Tracking errors in Sentry (React)

Topic Labels: Extensions
701 0
cancel
Showing results for 
Search instead for 
Did you mean: 
bhanu
4 - Data Explorer
4 - Data Explorer

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';

Sentry.init({
  dsn: DSN_STRING,
  environment: process.env.NODE_ENV,
  tracesSampleRate: 1.0,
});

Is there something else to be configured for the extension since the code is remotely deployed in Airtable server?

0 Replies 0