Home
last modified time | relevance | path

Searched refs:preprocessSentryError (Results 1 – 2 of 2) sorted by relevance

/expo/docs/pages/
H A D_app.tsx9 import { preprocessSentryError } from '~/common/sentry-utilities';
33 beforeSend: preprocessSentryError,
/expo/docs/common/
H A Dsentry-utilities.ts25 export function preprocessSentryError(event: Event) { function