We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33e3cf commit ae862b7Copy full SHA for ae862b7
content/en/docs/demo/services/frontend.md
@@ -178,10 +178,9 @@ const FrontendTracer = async () => {
178
resource: new Resource({
179
[SEMRESATTRS_SERVICE_NAME]: process.env.NEXT_PUBLIC_OTEL_SERVICE_NAME,
180
}),
181
+ spanProcessors: [new SimpleSpanProcessor(new OTLPTraceExporter())],
182
});
183
- provider.addSpanProcessor(new SimpleSpanProcessor(new OTLPTraceExporter()));
184
-
185
const contextManager = new ZoneContextManager();
186
187
provider.register({
0 commit comments