Skip to content

Commit 98137b8

Browse files
committed
copypasta
1 parent b19a2f9 commit 98137b8

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)