| 1 | import { defineIntegration, waitForTracingChannelBinding, type IntegrationFn } from '@sentry/core'; |
| 2 | import { subscribeVercelAiTracingChannel } from './vercel-ai-dc-subscriber'; |
| 3 | import * as dc from 'node:diagnostics_channel'; |
| 4 |
nothing calls this directly
no test coverage detected