FEATURE | setup application sentry logging #43
Merged
Vitalik
merged 2 commits from feature/sentry-io
into stage
6 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'feature/sentry-io'
Deleting a branch is permanent. It CANNOT be undone. Continue?
import * as Sentry from '@sentry/react-native'
Sentry.init({
dsn: 'https://681ea9df3c323fbc1d54a9188491a626@o402114.ingest.us.sentry.io/4507231289540608',
в конфіг винести
uniqueKey: fakeMessage.uniqueKey,
})
} catch (e) {
Sentry.captureException(e)
Тут впринципі така ж ситуація як з api, винести в окремий сервіс, додати параметрів до помилок
63d119d870
into stage 6 months ago63d119d870
.