From 9031064840d0f249b5f0b1ce97d9c5be942c0d63 Mon Sep 17 00:00:00 2001 From: cschleiden Date: Sat, 26 Oct 2024 21:57:22 -0700 Subject: [PATCH] Update docs --- docs/source/includes/_guide.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/includes/_guide.md b/docs/source/includes/_guide.md index 19c8531d..b90e5be1 100644 --- a/docs/source/includes/_guide.md +++ b/docs/source/includes/_guide.md @@ -666,10 +666,6 @@ For logging in activities, you can get a logger using `activity.Logger`. The ret The library supports tracing via [OpenTelemetry](https://opentelemetry.io/). When you pass a `TracerProvider` when creating a backend instance, workflow execution will be traced. You can also add additional spans for both activities and workflows. - - ### Activities ```go