We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be36bb2 commit 76d23d4Copy full SHA for 76d23d4
airbyte-webapp/src/core/analytics/AnalyticsService.ts
@@ -7,7 +7,7 @@ export class AnalyticsService {
7
8
alias = (newId: string): void => this.getSegmentAnalytics()?.alias?.(newId);
9
10
- page = (name: string): void => this.getSegmentAnalytics()?.page?.(name);
+ page = (name: string): void => this.getSegmentAnalytics()?.page?.(name, { ...this.context });
11
12
reset = (): void => this.getSegmentAnalytics()?.reset?.();
13
0 commit comments