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.
1 parent 5bc001b commit c525fa6Copy full SHA for c525fa6
packages/utils/src/string.ts
@@ -1,3 +1,5 @@
1
+import { getGlobalObject } from './compat';
2
+import { SentryError } from './error';
3
import { isRegExp, isString } from './is';
4
5
/**
0 commit comments