@turbo/types 2.8.12 → 2.8.13-canary.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turbo/types",
3
- "version": "2.8.12",
3
+ "version": "2.8.13-canary.2",
4
4
  "description": "Turborepo types",
5
5
  "homepage": "https://turborepo.dev",
6
6
  "bugs": {
@@ -261,6 +261,11 @@
261
261
  "description": "When using `outputLogs: \"errors-only\"`, show task hashes when tasks complete successfully. This provides visibility into which tasks are running without showing full output logs.",
262
262
  "default": false,
263
263
  "type": "boolean"
264
+ },
265
+ "experimentalObservability": {
266
+ "description": "Enable experimental OpenTelemetry exporter support.\n\nWhen enabled, Turborepo will honor the `experimentalObservability` configuration block (if present) to send run summaries to an observability backend.",
267
+ "default": false,
268
+ "type": "boolean"
264
269
  }
265
270
  }
266
271
  },