MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / fatal

Function fatal

packages/core/src/logs/public-api.ts:238–244  ·  view source on GitHub ↗
(
  message: ParameterizedString,
  attributes?: Log['attributes'],
  { scope }: CaptureLogMetadata = {},
)

Source from the content-addressed store, hash-verified

236 * ```
237 */
238export function fatal(
239 message: ParameterizedString,
240 attributes?: Log['attributes'],
241 { scope }: CaptureLogMetadata = {},
242): void {
243 captureLog('fatal', message, attributes, scope);
244}
245
246export { fmt } from '../utils/parameterize';

Callers

nothing calls this directly

Calls 1

captureLogFunction · 0.70

Tested by

no test coverage detected