UNPKG

@sentry/react-native

Version:
7 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SENTRY_OPEN_URL_REQUEST_PATH = exports.SENTRY_CONTEXT_REQUEST_PATH = void 0; const SENTRY_MIDDLEWARE_PATH = '__sentry'; exports.SENTRY_CONTEXT_REQUEST_PATH = `${SENTRY_MIDDLEWARE_PATH}/context`; exports.SENTRY_OPEN_URL_REQUEST_PATH = `${SENTRY_MIDDLEWARE_PATH}/open-url`; //# sourceMappingURL=constants.js.map