Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/getsentry/sentry-javascript
/ reject
Method
reject
packages/core/src/utils/syncpromise.ts:181–183 ·
view source on GitHub ↗
(reason: unknown)
Source
from the content-addressed store, hash-verified
179
};
180
181
const
reject = (reason: unknown): void => {
182
setResult(STATE_REJECTED, reason);
183
};
184
185
try {
186
executor(resolve, reject);
Callers
15
lazy-routes.test.ts
File · 0.80
client.test.ts
File · 0.80
trace.test.ts
File · 0.80
utils.test.ts
File · 0.80
base.test.ts
File · 0.80
responseEnd.test.ts
File · 0.80
onunhandledrejection.test.ts
File · 0.80
index.test.ts
File · 0.80
add
Method · 0.80
build-plugin-manager.test.ts
File · 0.80
model
Method · 0.80
sdk.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected