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

1flow web sdk event update #2019

Merged

Conversation

namit1Flow
Copy link
Contributor

Updates

  1. Updated SDK Initialization
  2. SDK URL Updates
  3. SDK Event Call & Payload Updates

namit1Flow and others added 3 commits December 5, 2023 22:52
For the development purpose we were using the development URL but forgot to update it when we moved to live env so updating this so can test it out for beta mode as the destination is provided by the segment team already.
@@ -43,7 +34,7 @@ const action: BrowserActionDefinition<Settings, _1Flow, Payload> = {
type: 'string',
required: false,
default: {
'@path': '$.traits.first_name'
'@path': '$.first_name'
Copy link
Contributor

Choose a reason for hiding this comment

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

hi @namit1Flow - a customer will never place first_name at this location in the payload. In an identify() call it will always be in traits.first_name.

What's the rationale for changing this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

You’re correct, fixed it please check

Copy link
Contributor

@joe-ayoub-segment joe-ayoub-segment left a comment

Choose a reason for hiding this comment

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

hi @namit1Flow thanks for raising this PR.

Only query I have is related to the change in mapping paths. Please see inline comments.

@joe-ayoub-segment
Copy link
Contributor

Hi @namit1Flow I'm going to be on leave until 16-May. Is deploying this PR urgent? Is it OK to wait until I get back to deploy this?

cc @tcgilbert

@namit1Flow
Copy link
Contributor Author

Hi @joe-ayoub-segment , Currently one of our internal customers is waiting for these changes so if possible would you be able to deploy these changes asap ?

@joe-ayoub-segment
Copy link
Contributor

joe-ayoub-segment commented May 3, 2024

Hi @joe-ayoub-segment , Currently one of our internal customers is waiting for these changes so if possible would you be able to deploy these changes asap ?

FYI @pooyaj and @tcgilbert ^

@namit1Flow
Copy link
Contributor Author

@joe-ayoub-segment @tcgilbert When should I expect it to be deployed?

@joe-ayoub-segment
Copy link
Contributor

hi @namit1Flow The PR is good to deploy - however the company has mandated a deploy freeze due to an ongoing internal issue.
I will deploy the code as soon as this has been resolved. It should hopefully be this week.

@joe-ayoub-segment joe-ayoub-segment merged commit 3e475d3 into segmentio:main May 21, 2024
9 of 11 checks passed
@joe-ayoub-segment
Copy link
Contributor

hi @namit1Flow this PR has been deployed. Can you confirm that you are happy with the changes please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants