From 6bf8c3feb3d511d67701d031b91c29819bc5db6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 19 Oct 2023 09:00:16 +0200 Subject: [PATCH] Update specification/configuration.md --- specification/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/configuration.md b/specification/configuration.md index 77e0c3a..21f311e 100644 --- a/specification/configuration.md +++ b/specification/configuration.md @@ -274,7 +274,7 @@ properties: | `applicationName` () | Instrumented application name. [1] | | `globalAttributes` () | OpenTelemetry [Attributes](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/common/README.md#attribute) that will be added to every span produced by the RUM library. | | `deploymentEnvironment` () | Sets the environment (`deployment.environment` span attribute) for all spans. | -| `enableDiskBuffering` (false) | **Mobile only.** Enables the storage-based buffering of telemetry | +| `enableDiskBuffering` (false) | **Mobile only.** Enables the storage-based buffering of telemetry. | | `limitDiskUsageMegabytes` (25) | **Mobile only.** Sets the limit of the max number of megabytes that will be used to buffer telemetry data in storage. | - [1] Application name, authentication token and either realm or the beacon URL