diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 70cc90c8..dc518474 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -16,3 +16,5 @@ - [Logger](logger.md) - [Version](version.md) - [Error Handling](errors.md) + - [Instrumentation](instrumentation.md) + - [Native Telemetry](native-telemetry.md) diff --git a/docs/native-telemetry.md b/docs/native-telemetry.md index c4584ecd..95077ecd 100644 --- a/docs/native-telemetry.md +++ b/docs/native-telemetry.md @@ -21,6 +21,6 @@ We value your privacy and ensure that **no sensitive data** is collected through We understand that not all users want to send telemetry data. You can easily disable this feature by setting an environment variable: -```bash +``` BEE_FRAMEWORK_INSTRUMENTATION_METRICS_ENABLED=false ```