Skip to content

Session Pixel for Usage metrics#3198

Draft
Alex-Tideman wants to merge 6 commits intomainfrom
session-tracker
Draft

Session Pixel for Usage metrics#3198
Alex-Tideman wants to merge 6 commits intomainfrom
session-tracker

Conversation

@Alex-Tideman
Copy link
Collaborator

Description & motivation 💭

Screenshots (if applicable) 📸

Design Considerations 🎨

Testing 🧪

How was this tested 👻

  • Manual testing
  • E2E tests added
  • Unit tests added

Steps for others to test: 🚶🏽‍♂️🚶🏽‍♀️

Checklists

Draft Checklist

Merge Checklist

Issue(s) closed

Docs

Any docs updates needed?

Adds a 1x1 tracking pixel to the app layout that fires once per browser
session to track unique users. Includes a disableTrackingPixel server
config setting (env: TEMPORAL_DISABLE_TRACKING_PIXEL) to opt out.
… UUID

Extract tracking pixel logic into a dedicated SessionPixel component.
Generate a persistent UUID via localStorage for unique user tracking
across sessions, appended alongside clusterId in the pixel request.
@vercel
Copy link

vercel bot commented Feb 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
holocene Ready Ready Preview, Comment Feb 26, 2026 6:50pm

Request Review

@temporal-cicd
Copy link
Contributor

temporal-cicd bot commented Feb 26, 2026

Warnings
⚠️

📊 Strict Mode: 3 errors in 3 files (0.3% of 1112 total)

src/lib/services/settings-service.ts (1)
  • L74:2: Type '{ auth: { enabled: boolean; options: string[]; }; baseUrl: string | null; codec: { endpoint: string; passAccessToken: boolean | undefined; includeCredentials: boolean | undefined; customErrorMessage: { ...; }; }; ... 17 more ...; version: string; }' is not assignable to type 'Settings'.
src/lib/svelte-mocks/app/stores.ts (1)
  • L16:4: Type 'null' is not assignable to type 'string[]'.
src/routes/(app)/+layout.svelte (1)
  • L62:23: Argument of type '(namespace: string) => { namespace: string; onClick: (namespace: string) => void; }' is not assignable to parameter of type '(value: string | null | undefined, index: number, array: (string | null | undefined)[]) => { namespace: string; onClick: (namespace: string) => void; }'.

Generated by 🚫 dangerJS against e4fd0f7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant