Skip to content

Commit 58b41ce

Browse files
authored
copypasta (#107)
1 parent d0866b1 commit 58b41ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-observability/src/metrics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export class AuthUser extends MetricsEvent {
7272

7373
toDataPoint(): AnalyticsEngineDataPoint {
7474
return {
75-
indexes: [MetricsEventIndexIds.SESSION_START],
75+
indexes: [MetricsEventIndexIds.AUTH_USER],
7676
blobs: this.mapBlobs({
7777
blob3: this.authUser.userId,
7878
blob4: this.authUser.errorMessage,

0 commit comments

Comments
 (0)