Skip to content

Commit

Permalink
Renames usage of StdoutSpanExporter
Browse files Browse the repository at this point in the history
  • Loading branch information
atreat committed Jul 22, 2024
1 parent a9fe772 commit 7d2d1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/Network Sample/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func simpleNetworkCallWithDelegate() {
}


let spanProcessor = SimpleSpanProcessor(spanExporter: StdoutExporter(isDebug: true))
let spanProcessor = SimpleSpanProcessor(spanExporter: StdoutSpanExporter(isDebug: true))
OpenTelemetry.registerTracerProvider(tracerProvider:
TracerProviderBuilder()
.add(spanProcessor: spanProcessor)
Expand Down

0 comments on commit 7d2d1c8

Please sign in to comment.