getsentry / getsentry/sentry-javascript

vercel-edge No AI integrations in the default set

Abierto
#24,044 1 comentario 0 reacciones 0 asignados Ver en GitHub
javascript Task
Lenguaje dominante
TypeScript
Estrellas
8.7k
Forks
1.8k
Merge medio
1 d 17 h
PR fusionados (30 d)
523

Descripción

`vercel-edge/src/sdk.ts:36` returns eight integrations, none of them AI. Next.js edge routes are a common place to call an LLM. `@sentry/vercel-edge` already depends on `@sentry/server-utils` and re-exports the manual `instrument*Client` helpers, so the pieces are there.

**Work item.** Investigate whether `vercelAIIntegration` can be added to the edge defaults. It may need channel injection that the edge runtime cannot do, in which case the answer is documentation, not code.

**Prior art **getsentry/sentry-javascript#22964 moved the Vercel AI integration into `@sentry/server-utils`, which is the dependency `@sentry/vercel-edge` already has. Nothing followed up on the edge defaults.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Empieza en vercel-edge/src/sdk.ts:36 e inspecciona las ocho integraciones predeterminadas; después, lee la implementación de vercelAIIntegration en @sentry/server-utils y los helpers manuales instrument*Client reexportados. Determina si la inyección de canal funciona en el runtime edge; se considera terminado cuando se añade la integración a las predeterminadas con cobertura o se documenta por qué no se puede añadir.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
nextjs, typescript
Área
api, backend
Tipo de issue
Nueva funcionalidad
Dificultad
4/5
Tiempo estimado
3-5 días
Estado de actividad
Activo
Claridad
Bastante claro
Aptitud para principiantes
52/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.