Skip to content

Commit

Permalink
feat(telemetry): migrate traces and spans to global scope (workspace)
Browse files Browse the repository at this point in the history
  • Loading branch information
geclos committed Dec 12, 2024
1 parent 7e504d1 commit 75f9bcc
Show file tree
Hide file tree
Showing 3 changed files with 3,973 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/drizzle/0110_complex_ultimatum.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE "latitude"."spans" ADD COLUMN "document_uuid" uuid;--> statement-breakpoint
ALTER TABLE "latitude"."spans" DROP COLUMN IF EXISTS "prompt_path";
Loading

0 comments on commit 75f9bcc

Please sign in to comment.