InsightsConfig constructor

InsightsConfig({
  1. bool? queryInsightsEnabled,
  2. int? queryPlansPerMinute,
  3. int? queryStringLength,
  4. bool? recordApplicationTags,
  5. bool? recordClientAddress,
})

Implementation

InsightsConfig({
  this.queryInsightsEnabled,
  this.queryPlansPerMinute,
  this.queryStringLength,
  this.recordApplicationTags,
  this.recordClientAddress,
});