Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes to realtime, manual spans, and update the spans and traces tables
Important
This PR refines the database schema by removing unused columns and updates the handling of spans and traces in the backend, with minor frontend adjustments.
version
,release
,user_id
, andsuccess
columns fromtraces
table.version
column fromspans
table.trace_metadata_gin_idx
index totraces
table.TraceAttributes
andSpanAttributes
to handle metadata and session IDs.version
andsuccess
intrace.rs
andspans.rs
.record_span_to_db()
inutils.rs
to reflect changes in trace attributes.version
andsuccess
intypes.ts
.Pipeline
component to handleisSupabaseEnabled
prop.This description was created by for 13c7b5b. It will automatically update as commits are pushed.