| 1 | import { SERVICE_NAME, SERVICE_VERSION } from '@sentry/conventions/attributes'; |
| 2 | import { SDK_VERSION } from '@sentry/core'; |
| 3 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 4 | import { getSentryResource } from '../src/resource'; |
nothing calls this directly
no test coverage detected