Skip to content

Commit

Permalink
Update traces.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlawrencer authored Dec 27, 2024
1 parent 19d756e commit 3fccf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flutter/features/traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ try Embrace
.setup(
options: Embrace.Options(
appId: "", // Your App ID from Embrace Dash
platform: .flutter
platform: .flutter,
export: OpenTelemetryExport(
spanExporter: OtlpHttpTraceExporter(
endpoint: URL(string: "https://otelcollector-gateway.mydomain.com/v1/traces")!,
Expand Down

0 comments on commit 3fccf53

Please sign in to comment.