Skip to content

Conversation

@prajwalnl
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Added browser name and version in mixpanel payload.

Motivation and Context

How did you test it?

Where to test it?

  • INTEG
  • SANDBOX
  • PROD

Checklist

  • I ran npm run re:build
  • I reviewed submitted code
  • I added unit tests for my changes where possible

@prajwalnl prajwalnl requested a review from a team as a code owner October 23, 2025 18:58
@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@prajwalnl prajwalnl self-assigned this Oct 23, 2025
@prajwalnl prajwalnl added the C-chore Category: Maintenance task that supports the ongoing functionality of a project with less impact label Oct 23, 2025
@prajwalnl prajwalnl linked an issue Oct 23, 2025 that may be closed by this pull request
"description": description,
"lang": Navigator.browserLanguage,
"$os": Navigator.platform,
"$browser": Navigator.browserName,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is using Navigator.browserName, but you updated the browserName to appName in Navigator,
Can you please correct this ?

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

Labels

C-chore Category: Maintenance task that supports the ongoing functionality of a project with less impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add browser name and version in mixpanel payload

4 participants