feat(coderd): add enabled experiments to telemetry (#12656)

This commit is contained in:
Danny Kopping
2024-03-19 11:05:29 +02:00
committed by GitHub
parent f0f9569d51
commit ab95ae827d
4 changed files with 45 additions and 7 deletions
+2 -1
View File
@@ -11,9 +11,10 @@ import (
"testing"
"time"
"github.com/coder/coder/v2/testutil"
"github.com/stretchr/testify/assert"
"github.com/coder/coder/v2/testutil"
"github.com/coder/coder/v2/cli/cliui"
"github.com/coder/coder/v2/coderd/database/dbtime"
"github.com/coder/coder/v2/codersdk"