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

SD-96364 | Madeira Madeira | Data sent by Segment is not reaching Insider #16

Open
wants to merge 95 commits into
base: main
Choose a base branch
from

Conversation

emreisik95
Copy link

A summary of your pull request, including the what change you're making and why.

Testing

Include any additional information about the testing you have completed to
ensure your changes behave as expected. For a speedy review, please check
any of the tasks you completed below during your testing.

  • Added unit tests for new functionality
  • Tested end-to-end using the local server
  • [Segmenters] Tested in the staging environment


if (userPayload.email_as_identifier) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
Copy link

Choose a reason for hiding this comment

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

It's not a good idea to mute eslinter, but as this bug as urgent, you can proceed

Copy link
Author

Choose a reason for hiding this comment

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

yes it is, but most mutes about types, we can not add types manually, because of that it giving this errors.

description:
'When enabled, the action will send a batch request to Insider. Batches can contain up to 1000 records in a request.',
required: true,
default: false

Choose a reason for hiding this comment

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

can it be default true ? for partners

Copy link
Author

Choose a reason for hiding this comment

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

can be, segment says it can be a delay a bit for batch, because of that I think partner can decide it

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