| 1 | import { createLogger } from '@sim/logger' |
| 2 | import { getSessionCookie } from 'better-auth/cookies' |
| 3 | import { type NextRequest, NextResponse } from 'next/server' |
| 4 | import { sendToProfound } from './lib/analytics/profound' |
nothing calls this directly
no test coverage detected