-
Notifications
You must be signed in to change notification settings - Fork 253
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
Sprig Action Destination #2555
Sprig Action Destination #2555
Conversation
Create Sprig Destination Action
Atlantis commands can't be run on fork pull requests. To enable, set --allow-fork-prs or, to disable this message, set --silence-fork-pr-errors |
|
Thanks for the PR @earlsprig - I'll schedule for review. |
packages/destination-actions/src/destinations/sprig/identifyUser/index.ts
Show resolved
Hide resolved
Object.prototype.hasOwnProperty.call(o.constructor.prototype, 'isPrototypeOf') | ||
) | ||
|
||
const flattenObj = (obj: { [k: string]: any }, keys = [] as string[]) : {[k: string]: any } => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The linter on my machine is complaining about the use of the any type. Could you use another type here please?
packages/destination-actions/src/destinations/sprig/identifyUser/index.ts
Show resolved
Hide resolved
hi @earlsprig thanks for raising this PR. If possible should the field labels and descriptions the as similar as possible to those of the Web Integration? I left some inline comments for you to respond to. Best regards, |
hi @earlsprig - could you run Just the linting issue and we should be good to deploy. |
hi @earlsprig I've raised a separate PR with the changes I requested. |
Hey @joe-ayoub-segment - apologies for the delay here I was pulled on to some other projects this week. Appreciate the new PR. Let me know if there's any other action you need from my end? |
This PR creates a new Sprig Action Destination for cloud mode. This integration supports Track, Identify, and Screen calls.
Testing
Tests included for both actions defined in this integration.