getsentry / getsentry/sentry-javascript
vercel-edge: Missing exports
- Dominant language
- TypeScript
- Stars
- 8.7k
- Forks
- 1.8k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 515
Description
Present in `@sentry/cloudflare`, absent from `@sentry/vercel-edge`: `vercelAIIntegration`, `updateSpanName`, `setConversationId`, `growthbookIntegration`, `spotlightIntegration`, `prismaIntegration`, `instrumentCreateReactAgent`, `httpServerIntegration`.
`vercelAIIntegration` missing from the Vercel edge runtime is the odd one.
**Work item.** Add the re-exports that apply. For any that genuinely do not work on the edge runtime, leave a comment in `index.ts` saying why.
Contributor guide
Research direction
Compare the exports in @sentry/cloudflare with the Vercel Edge package's index.ts, focusing on the integrations and helpers listed in the issue. Add re-exports that work in the edge runtime, and document any excluded exports in index.ts with the reason. Verify that the package exposes the applicable names without including incompatible ones.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 75/100