Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 5 lines 144 B view raw
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}