Select the types of activity you want to include in your feed.
1import * as Sentry from '@sentry/browser'; 2 3if (process.env.REACT_APP_SENTRY_DSN) { 4 Sentry.init({ dsn: process.env.REACT_APP_SENTRY_DSN }); 5}