| 1 | import * as Sentry from "@sentry/node"; |
| 2 | import { getTokenFromConfig } from "@sourcebot/shared"; |
| 3 | import { createLogger } from '@sourcebot/shared'; |
| 4 | import { GiteaConnectionConfig } from '@sourcebot/schemas/v3/gitea.type'; |
nothing calls this directly
no test coverage detected