autotel-plugins 0.19.6 → 0.19.8

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/dist/index.js CHANGED
@@ -1046,6 +1046,7 @@ var BigQueryInstrumentation = class {
1046
1046
  constructor(config) {
1047
1047
  this.config = config;
1048
1048
  }
1049
+ config;
1049
1050
  enable(bigquery) {
1050
1051
  instrumentBigQuery(bigquery, this.config);
1051
1052
  }