Skip to content

Commit ac97852

Browse files
committed
ref: Move isBrowser util fn from replay to util
We need this in the new feedback integration.
1 parent 6921f06 commit ac97852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay/src/util/isBrowser.ts renamed to packages/utils/src/isBrowser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { isNodeEnv } from '@sentry/utils';
1+
import { isNodeEnv } from "./node";
22

33
/**
44
* Returns true if we are in the browser.

0 commit comments

Comments
 (0)