Skip to content

Commit 6326a90

Browse files
committed
more context
1 parent cfed611 commit 6326a90

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.cursor/rules/sdk_development.mdc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ This is a Lerna monorepo with 40+ packages in the `@sentry/*` namespace.
7878
- Client/server entry points where applicable (nextjs, nuxt, sveltekit)
7979
- Integration tests use Playwright (Remix, browser-integration-tests)
8080

81+
### AI Integrations
82+
83+
- `packages/core/src/tracing/{provider}/` - Core instrumentation logic (OpenAI, Anthropic, Vercel AI, LangChain, etc.)
84+
- `packages/node/src/integrations/tracing/{provider}/` - Node.js-specific integration + OTel instrumentation
85+
- `packages/cloudflare/src/integrations/tracing/{provider}.ts` - Edge runtime support
86+
- Patterns: OTEL Span Processors, Client Wrapping, Callback/Hook Based
87+
- See `.cursor/rules/adding-a-new-ai-integration.mdc` for implementation guide
88+
8189
### User Experience Packages
8290

8391
- `packages/replay-internal/` - Session replay functionality

0 commit comments

Comments
 (0)