* `rest-client.enableTelemetry`: Send out anonymous usage data. (Default is __true__) * `rest-client.enableTelemetry`: Send out anonymous usage data. (Default is __false__) * `rest-client.excludeHostsForProxy`: Excluded hosts when using proxy settings. (Default is __[]__) * `rest...
log.debug("Telemetry.send(): telemetry is disabled, not sending data") return @@ -362,7 +363,7 @@ async def trace_code_event(self, name: str, data: dict): :param name: name of the event :param data: data to send with the event """ if not self.enabled: if not self.enabled...
Telemetry endpoint was shut down and telemetry is no longer functional so this looks to producegatsby-telemetrypackage with no-op functions, so that already release gatsby (and gatsby packages that use telemetry) could possibly get telemetry package upgrade and avoid POSTing to no longer working tel...
This monorepo is a collection of packages used across multiple MetaMask clients - yarn: disable telemetry (#1171) · hito-xyz/metamask-core@d55867a
Disables telemetry for HyperShift data plane avoiding duplication as the data plane telemetry metrics are forwarded to telemeter via the Management Cluster. Which Jira/Github issue(s) does this PR fix? Resolves: https://issues.redhat.com/browse/OSD-21259 Special notes for your reviewer Pre-checks...
Add a description, image, and links to the windowsdisabletelemetry topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the windowsdisabletelemetry topic, visit your repo's landing page and select "man...
publicboolDisableTelemetry {get;set; } Property Value Boolean Remarks This disable tracking setting value is used by default by allTelemetryClientinstances created in the application. Applies to 產品版本 Azure SDK for .NETLatest, Preview 在GitHub 上與我們共同作業 ...
:active telemetry-enabled?} (when (ff/enabled? ::ff/settings.telemetry) {:size :small :title "Telemetry" :accessibility-label :telemetry-enabled :container-margin-bottom 8 :on-press #(re-frame/dispatch [:profile.settings/toggle-telemetry]) :accessory :switch :active telemetry-enabled?}) {:si...
@@ -66,5 +66,6 @@ COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static USER nextjs EXPOSE 3000 ENV PORT 3000 ENV NEXT_TELEMETRY_DISABLED 1 CMD ["pm2-runtime", "node", "--", "server.js"] 0 comments on commit 101ea1f Please sign in to comment. ...
For questions please refer tohttps://github.com/golang/go/wiki/Questions This was not a question, but indeed a bug. The commandgo env -w GOTELEMETRY=offdoes not work. So, either the documentation or the code need to be fixed.