Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(metrics): adding browserLaunchMethod metric in CA #3550

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

shivani1211
Copy link
Contributor

@shivani1211 shivani1211 commented Apr 19, 2024

COMPLETES # https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-478360

This pull request addresses

adding browserLaunchMethod metric to send to CA.
see relevant cantina PR: https://sqbu-github.cisco.com/WebExSquared/webex-web-client/pull/5650/files

by making the following changes

reading browserLaunchMethod from options if sent via cantina.

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios where tested

< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >

I certified that

  • I have read and followed contributing guidelines

  • I discussed changes with code owners prior to submitting this pull request

  • I have not skipped any automated checks

  • All existing and new tests passed

  • I have updated the documentation accordingly


Make sure to have followed the contributing guidelines before submitting.

@shivani1211 shivani1211 requested a review from a team as a code owner April 19, 2024 16:54
@@ -16,6 +16,10 @@ export type ClientLaunchMethodType = NonNullable<
RawEvent['origin']['clientInfo']
>['clientLaunchMethod'];

export type browserLaunchMethodType = NonNullable<
Copy link
Contributor

Choose a reason for hiding this comment

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

capital B please

Copy link
Contributor

@torgeadelin torgeadelin left a comment

Choose a reason for hiding this comment

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

one small comment

Copy link
Contributor

@torgeadelin torgeadelin left a comment

Choose a reason for hiding this comment

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

lgtm

@arun3528 arun3528 changed the title fix(ca): adding browserLaunchMethod metric in CA fix(metrics): adding browserLaunchMethod metric in CA Apr 22, 2024
@shivani1211 shivani1211 merged commit 847e617 into webex:beta Apr 22, 2024
1 check passed
Shreyas281299 pushed a commit to Shreyas281299/webex-js-sdk that referenced this pull request Apr 26, 2024
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.

None yet

3 participants