| 1 | import { captureError } from '@repo/error/node' |
| 2 | import { pathOnlyUrl } from '@repo/utils/logger/types' |
| 3 | import type { FastifyError, FastifyPluginAsync } from 'fastify' |
| 4 | import fp from 'fastify-plugin' |
nothing calls this directly
no test coverage detected