Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ clearGlobalScope
Function
clearGlobalScope
packages/core/test/testutils.ts:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
};
19
20
export
function
clearGlobalScope() {
21
const
carrier = getSentryCarrier(GLOBAL_OBJ);
22
carrier.globalScope = undefined;
23
}
Callers
3
scope.test.ts
File · 0.90
client.test.ts
File · 0.90
prepareEvent.test.ts
File · 0.90
Calls
1
getSentryCarrier
Function · 0.90
Tested by
no test coverage detected