fix(otel): don't pass isDebug when creating postgresql task events#2578
fix(otel): don't pass isDebug when creating postgresql task events#2578matt-aitken merged 1 commit intomainfrom
Conversation
|
|
Caution Review failedThe pull request is closed. WalkthroughRemoved the explicit isDebug: false assignment when mapping CreateEventInput to Prisma.TaskEventCreateManyInput in EventRepository.#createableEventToPrismaEvent. The Prisma input now omits isDebug, relying on defaults or upstream logic. Public-facing behavior for getTraceSummary/getSpan remains governed by event.kind; database isDebug value may vary based on Prisma/default configuration. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
No description provided.