We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
isBrowser
replay
util
1 parent 6921f06 commit ac97852Copy full SHA for ac97852
packages/replay/src/util/isBrowser.ts renamed to packages/utils/src/isBrowser.ts
@@ -1,4 +1,4 @@
1
-import { isNodeEnv } from '@sentry/utils';
+import { isNodeEnv } from "./node";
2
3
/**
4
* Returns true if we are in the browser.
0 commit comments