@interopio/otel 0.0.213 → 0.0.214
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/insights.d.ts +4 -0
- package/package.json +1 -1
package/insights.d.ts
CHANGED
|
@@ -1662,6 +1662,10 @@ export namespace IOInsights {
|
|
|
1662
1662
|
|
|
1663
1663
|
definitiveInstance?: boolean;
|
|
1664
1664
|
|
|
1665
|
+
plaformInstance?: boolean;
|
|
1666
|
+
|
|
1667
|
+
requestSettings?: boolean;
|
|
1668
|
+
|
|
1665
1669
|
/**
|
|
1666
1670
|
* Application name to use in telemetry information. By default, it's populated by io.Connect.
|
|
1667
1671
|
*/
|