Skip to content

Commit

Permalink
Opt out for flow status
Browse files Browse the repository at this point in the history
Fixes #56
  • Loading branch information
srzainab committed Jan 18, 2024
2 parents 456b336 + 93f98ee commit c169176
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"pullflow.telemetry.enabled": {
"type": "boolean",
"default": true,
"markdownDescription": "Allow Pullflow to send product usage telemetry.\n\n_**Note:** For Pullflow to send any telemetry BOTH this setting and VS Code telemetry must be enabled. If either one is disabled no telemetry will be sent._"
"markdownDescription": "Enable Pullflow to transmit product usage telemetry. \n\n_**Important:** To activate telemetry transmission, both this setting and the VS Code telemetry option must be enabled. Telemetry will not be sent if either of these settings is disabled._"
},
"pullflow.automaticFlowDetection.enabled": {
"type": "boolean",
Expand Down
1 change: 0 additions & 1 deletion src/utils/trace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ type FakeTracer = {}
type FakeBasicTracerProvider = {}
type FakeAttribute = {}

// Null Object Design pattern
export function instantiatePullflowTracer(context: ExtensionContext) {
const { isTelemetryEnabled } = Store.get(context)
if (isTelemetryEnabled) {
Expand Down

0 comments on commit c169176

Please sign in to comment.