Skip to content

Commit

Permalink
Update content/en/docs/instrumentation/cpp/getting-started-new.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
Akhaled19 and svrnm authored Nov 16, 2023
1 parent f48a51c commit 612c6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/instrumentation/cpp/getting-started-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ target_link_libraries(myapp PRIVATE ${OPENTELEMETRY_ROOT}/build/sdk/src/trace/li
${OPENTELEMETRY_ROOT}/build/exporters/ostream/libopentelemetry_exporter_ostream_span.a
${OPENTELEMETRY_ROOT}/build/sdk/src/resource/libopentelemetry_resources.a)
```
Replace `/path/to/opentelemetry-cpp` with the actual path leading to the opentelemetry-cpp sdk within your local installation.
Replace `/path/to/opentelemetry-cpp` with the actual path leading to the opentelemetry-cpp SDK within your local installation.

**OpenTelemetry tracing configuration:**

Expand Down

0 comments on commit 612c6a2

Please sign in to comment.