@fluidframework/telemetry-utils 2.0.0-dev.7.3.0.212138 → 2.0.0-dev.7.4.0.214930

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.
@@ -1,12 +1,19 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "@fluidframework/build-common/api-extractor-base.json",
3
+ "extends": "../../../common/build/build-common/api-extractor-base.json",
4
4
  "messages": {
5
5
  "extractorMessageReporting": {
6
+ // TODO: Fix violations and remove this rule override
6
7
  "ae-missing-release-tag": {
7
- // TODO: Fix violations and remove this rule override
8
+ "logLevel": "none"
9
+ },
10
+ // TODO: Add missing documentation and remove this rule override
11
+ "ae-undocumented": {
8
12
  "logLevel": "none"
9
13
  }
10
14
  }
15
+ },
16
+ "dtsRollup": {
17
+ "enabled": true
11
18
  }
12
19
  }