Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/getsentry/sentry-javascript
/ throttle.test.ts
File
throttle.test.ts
packages/replay-internal/test/unit/util/throttle.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'../../utils/mock-internal-setTimeout'
;
2
import
{ beforeAll, describe, expect, it, vi } from
'vitest'
;
3
import
{ SKIPPED, throttle, THROTTLED } from
'../../../src/util/throttle'
;
4
import
{ BASE_TIMESTAMP } from
'../..'
;
Callers
nothing calls this directly
Calls
2
throttle
Function · 0.90
fn
Function · 0.50
Tested by
no test coverage detected