Skip to content

Commit c6f7504

Browse files
committed
Add mw
1 parent 0b2d56b commit c6f7504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ func New(options *Options) *API {
463463
// Specific routes can specify different limits, but every rate
464464
// limit must be configurable by the admin.
465465
apiRateLimiter,
466+
httpmw.ReportCLITelemetry(api.Logger, options.Telemetry),
466467
)
467468
r.Get("/", apiRoot)
468469
// All CSP errors will be logged

0 commit comments

Comments
 (0)