Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ warn
Function
warn
packages/core/test/lib/utils/baggage.test.ts:15–17 ·
view source on GitHub ↗
(msg: string)
Source
from the content-addressed store, hash-verified
13
vi.mock(
'../../../src/utils/debug-logger'
, () => ({
14
debug: {
15
warn(msg: string) {
16
DEBUG_WARNS.push(msg);
17
},
18
},
19
}));
20
Callers
nothing calls this directly
Calls
1
push
Method · 0.80
Tested by
no test coverage detected