MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / _makeInternalError

Function _makeInternalError

packages/core/src/client.ts:79–84  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

77}
78
79function _makeInternalError(message: string): InternalError {
80 return {
81 message,
82 [INTERNAL_ERROR_SYMBOL]: true,
83 };
84}
85
86function _makeDoNotSendEventError(message: string): DoNotSendEventError {
87 return {

Callers 2

_processEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected