MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / utils.test.ts

File utils.test.ts

packages/nuxt/test/runtime/utils.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { captureException, getClient } from '@sentry/core';
2import { afterEach, beforeEach, describe, expect, it, type Mock, test, vi } from 'vitest';
3import type { ComponentPublicInstance } from 'vue';
4import { extractErrorContext, reportNuxtError } from '../../src/runtime/utils';

Callers

nothing calls this directly

Calls 3

extractErrorContextFunction · 0.90
testFunction · 0.90
reportNuxtErrorFunction · 0.90

Tested by

no test coverage detected