Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ client.test.ts
File
client.test.ts
packages/core/test/lib/client.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ afterEach, beforeEach, describe, expect, it, test, vi } from
'vitest'
;
2
import
type
{ SeverityLevel } from
'../../src'
;
3
import
{
4
addBreadcrumb,
Callers
nothing calls this directly
Calls
15
clearGlobalScope
Function · 0.90
getCurrentScope
Function · 0.90
getIsolationScope
Function · 0.90
test
Function · 0.90
getDefaultTestClientOptions
Function · 0.90
dsnToString
Function · 0.90
setCurrentClient
Function · 0.90
addBreadcrumb
Function · 0.90
lastEventId
Function · 0.90
makeFakeTransport
Function · 0.90
makeSession
Function · 0.90
withMonitor
Function · 0.90
Tested by
no test coverage detected