Skip to content

Conversation

@csansoon
Copy link
Contributor

@csansoon csansoon commented Dec 1, 2025

The telemetry.trace(...) wrapper callback from the Demo Day.

Note: This will NOT be the final callback look. That's why this PR doesn't include any documentation or package bump. However Nonetheless, the next changes involve many files so I'd rather do the PR incrementally.

Part 1/?

return docResult.value.documentUuid
} catch {
return undefined
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

t please t

@@ -0,0 +1 @@
export { NormalizingSpanProcessor } from './normalize'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to hace this barrel file?

(attributes['latitude.commitUuid'] as string) || HEAD_COMMIT

// If promptPath is provided but promptUuid is not, resolve it
if (promptPath && !promptUuid && projectId) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick: instead of a comment and the logic in the if, create a constant with a readable name and add it to the if

db: typeof database
}): Promise<string | undefined> {
try {
// Get the commit
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for this comment, its self explanatory

}
const commit = commitResult.value

// Get the document by path
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants