The boolean "graphite.sendAnnotation" was added in https://github.com/sitespeedio/sitespeed.io/pull/3625, but it can't be disabled, because `opts.sendAnnotation || true` is always going to evaluate to `true`. Since it defaults to `true`, the `|| true` shouldn't be necessary, so I removed it. |
||
|---|---|---|
| .. | ||
| helpers | ||
| cli.js | ||
| data-generator.js | ||
| graphite-sender.js | ||
| index.js | ||
| send-annotation.js | ||
| sender.js | ||
| statsd-sender.js | ||