@expofp/floorplan
Version:
Interactive floor plan library for expos and events
13 lines (12 loc) • 625 B
JavaScript
//#region src/utils/is-webview.ts
(function() {
try {
var e = typeof window < "u" ? window : typeof global < "u" ? global : typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : {};
e.SENTRY_RELEASE = { id: "3.20.0" };
var t = new e.Error().stack;
t && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[t] = "c2d0094d-49b5-4f16-9f6a-e2533b412abd", e._sentryDebugIdIdentifier = "sentry-dbid-c2d0094d-49b5-4f16-9f6a-e2533b412abd");
} catch {}
})();
var e = /webview|wv|ip((?!.*Safari)|(?=.*like Safari))|iosWebView|AndroidWebView/i.test(navigator.userAgent);
//#endregion
export { e as t };