fix: better source validation and refine required source fields#1895
fix: better source validation and refine required source fields#1895
Conversation
🦋 Changeset detectedLatest commit: 402547a The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR Review
|
E2E Test Results❌ 10 tests failed • 80 passed • 3 skipped • 1112s
Tests ran across 4 shards in parallel. |
Summary
Large refactor changing the TSource type to a true discriminated union. This means that the expected fields for
kind: 'log'will differ from those for'trace', 'session', 'metrics'.How to test locally or on Vercel
yarn devReferences
Ref: HDX-3352