We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3304fe6 commit 7cc5e77Copy full SHA for 7cc5e77
projects/distributed-tracing/src/public-api.ts
@@ -81,6 +81,9 @@ export * from './shared/graphql/model/schema/specifier/specification';
81
export * from './shared/graphql/model/schema/span';
82
export * from './shared/graphql/model/schema/trace';
83
84
+// Services
85
+export * from './pages/trace-detail/trace-detail.service';
86
+
87
// Span Detail
88
export { SpanData } from './shared/components/span-detail/span-data';
89
export { SpanTitle } from './shared/components/span-detail/span-title';
0 commit comments