Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ patchAppRequest.test.ts
File
patchAppRequest.test.ts
packages/hono/test/shared/patchAppRequest.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
* as SentryCore from
'@sentry/core'
;
2
import
{ Hono } from
'hono'
;
3
import
{ beforeEach, describe, expect, it, vi } from
'vitest'
;
4
import
{ patchAppRequest } from
'../../src/shared/patchAppRequest'
;
Callers
nothing calls this directly
Calls
6
patchAppRequest
Function · 0.90
request
Method · 0.80
get
Method · 0.65
text
Method · 0.65
json
Method · 0.65
callback
Function · 0.50
Tested by
no test coverage detected