Skip to content

Instantly share code, notes, and snippets.

View FineAndDanD's full-sized avatar

Daniel Dorsey FineAndDanD

View GitHub Profile
@FineAndDanD
FineAndDanD / tracing-apollo-federation-diff.txt
Created April 1, 2026 17:54
Diff with Errors for FTV1 traces in strawberry
diff --git a/strawberry/extensions/tracing/apollo_federation.py b/strawberry/extensions/tracing/apollo_federation.py
index 69d3b372..f61e01b4 100644
--- a/strawberry/extensions/tracing/apollo_federation.py
+++ b/strawberry/extensions/tracing/apollo_federation.py
@@ -156,6 +156,48 @@ class _SimpleTrace:
return b"".join(parts)
+class _SimpleError:
+ """Minimal Error message for FTV1."""