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