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.
Note
Adds a TraceEmbed component for MDX blogs and a shared spans API, updating TraceView to support embedding via initial span selection and disabled routing.
components/embeds/trace-embed.tsx: NewTraceEmbedthat fetches sharedtraceandspans, supportsspanId,host,previewOnly, and fixedheight, and rendersTraceViewwith routing disabled.app/api/shared/traces/[traceId]/spans/route.ts: NewGETendpoint returning shared spans withZodErrorand generic error handling.app/blog/[slug]/page.tsx: MDX components maptrace/Tracetags toTraceEmbedfor inline trace embeds.components/shared/traces/trace-view.tsx: AcceptsinitialSpanIdanddisableRouting; initializes selection frominitialSpanIdorspanIdquery; suppresses URL updates whendisableRoutingis true; minor effect dependency updates.Written by Cursor Bugbot for commit 94c7843. This will update automatically on new commits. Configure here.
Important
Adds
TraceEmbedcomponent for embedding trace views in blog posts, with new API route for fetching spans and updates toTraceViewfor initial span selection and routing control.TraceEmbedcomponent intrace-embed.tsxfor embedding trace views with props liketraceId,spanId,host, andpreviewOnly.GEThandler inroute.tsfor/api/shared/traces/[traceId]/spansto fetch spans bytraceId.ZodErrorwith 400 status and other errors with 500 status.page.tsxto includeTraceEmbedin blog posts, allowing<trace>and<Trace>tags.trace-view.tsxto acceptinitialSpanIdanddisableRoutingprops for initial span selection and routing control.This description was created by
for 94c7843. You can customize this summary. It will automatically update as commits are pushed.