| 1 | import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest'; |
| 2 | import { getSentryRelease } from '../../src/sdk/api'; |
| 3 | |
| 4 | // Higher-priority env vars that may be set on CI (e.g. GITHUB_SHA on GitHub Actions) |
nothing calls this directly
no test coverage detected