| 1 | import type { Integration } from '@sentry/core'; |
| 2 | import { SEMANTIC_ATTRIBUTE_SENTRY_ORIGIN, SEMANTIC_ATTRIBUTE_SENTRY_SOURCE } from '@sentry/core'; |
| 3 | import { beforeEach, describe, expect, type MockInstance, test, vi } from 'vitest'; |
| 4 | import type { HttpFunction, Request, Response } from '../../src/gcpfunction/general'; |
nothing calls this directly
no test coverage detected