MCPcopy Index your code
hub / github.com/getsentry/sentry-react-native / notWeb

Function notWeb

packages/core/src/js/utils/environment.ts:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75/** Checks if the current platform is not web */
76export function notWeb(): boolean {
77 return Platform.OS !== 'web';
78}
79
80/** Checks if the current platform is supported mobile platform (iOS or Android) */
81export function isMobileOs(): boolean {

Callers 6

getDefaultReleaseFunction · 0.90
renderMethod · 0.90
browserReplayIntegrationFunction · 0.90
getDefaultIntegrationsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected