Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Enabled
Method
Enabled
coderd/telemetry/telemetry.go:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
}
131
132
func
(r *remoteReporter) Enabled() bool {
133
return
!r.options.Disabled
134
}
135
136
func
(r *remoteReporter) Report(snapshot *Snapshot) {
137
go
r.reportSync(snapshot)
Callers
2
Close
Method · 0.95
runSnapshotter
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected