Skip to content

Commit 76d23d4

Browse files
🪟 🔧 Add experiment information to page views events (Segment) (#16329)
1 parent be36bb2 commit 76d23d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte-webapp/src/core/analytics/AnalyticsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export class AnalyticsService {
77

88
alias = (newId: string): void => this.getSegmentAnalytics()?.alias?.(newId);
99

10-
page = (name: string): void => this.getSegmentAnalytics()?.page?.(name);
10+
page = (name: string): void => this.getSegmentAnalytics()?.page?.(name, { ...this.context });
1111

1212
reset = (): void => this.getSegmentAnalytics()?.reset?.();
1313

0 commit comments

Comments
 (0)