Applies to:
- Plan:
- Deployment:
Summary
Goal: Generate trace URLs that open directly in Thread or a custom view. Features:Span.permalink(), Project Logs API URL construction, tvt query parameter.
Configuration steps
Step 1: Generate the base trace URL
SDK approach:id from the Project Logs API, then substitute the values above.
Step 2: Append the tvt query parameter
Append &tvt= to the base URL to control which view opens:
| View | Parameter |
|---|---|
| Thread | &tvt=thread |
| Custom | &tvt=custom |
Step 3: Save the custom view project-wide
For&tvt=custom links, the target custom view must be saved at the project level. Otherwise, recipients may see a different view or none at all.
To save a custom view project-wide: Save → Save as new view version → Update.
Notes
tvtcontrols the visualization mode only. If multiple custom views exist, the project’s default custom view is shown.- Thread view is a visualization mode, not a distinct object — it has no separate permalink type. See Thread view span extraction and filtering.