Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
fix: poke circle
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoonan-salesforce committed Nov 4, 2019
1 parent 2091414 commit 849640d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/command/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Commands that extend `SfdxCommand` can only be used with Salesforce CLI version
```bash
$ sfdx version
sfdx-cli/6.42.0-ae478b3cb8 (darwin-x64) node-v8.9.4

```

### Features
Expand Down
3 changes: 2 additions & 1 deletion packages/telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ REPORTER.sendTelemetryEvent('event-name', { foo: 'bar', executionTime: 0.5912 })
## Env Variables

`SFDX_DISABLE_INSIGHTS`: Set to `true` if you want to disable telemetry.
`SFDX_INSIGHTS_TIMEOUT`: Amount of time (in milliseconds) allowed for sending events before the connection is closed. This timeout is a necessary precaution for when customers have the App Insights IP blocked in their firewall. Defaults to 3000ms.
`SFDX_INSIGHTS_TIMEOUT`: Amount of time (in milliseconds) allowed for sending events before the connection is closed.
This timeout is a necessary precaution for when customers have the App Insights IP blocked in their firewall. Defaults to 3000ms.

0 comments on commit 849640d

Please sign in to comment.