Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ eventIsSession
Function
eventIsSession
packages/deno/test/normalize.ts:33–35 ·
view source on GitHub ↗
(data: EventOrSession)
Source
from the content-addressed store, hash-verified
31
}
32
33
export
function
eventIsSession(data: EventOrSession): boolean {
34
return
!!(data as Session)?.sid;
35
}
36
37
/**
38
* Normalizes a session so that in can be compared to an expected event
Callers
1
normalize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected