David Southmountain
David Southmountain
@shivam-jainn you are now assigned
Please provide some screenshots of how it looks on integration page.
Please change so you get screenshots of the new multi provider integration page as well change the fallback on line 34 to true in useFeatureflag file.
Ah sorry if I was unclear but the fallback change should not be committed only changed locally so you can take screenshots with the new integrations view.
A lot of changes have happened with the page since this pr was created please see new image on top and review the new changes :)
> It's not currently covered in this PR - do we need to address(/remove) the Segment Identify/Group call that happens too? Group is not used by frontend and identify only...
> Should we feature flag this endpoint based on the presence of `MIXPANEL_TOKEN` and `SEGMENT_TOKEN`? We would like this endpoint to be opt-in in standalone deployments. Not sure I understand...
> @davidsoderberg I think he meant don't make the http request on the first place if ff is not present to avoid the network activity. So this should be it...
Hi @skoriop could you please provide some screenshots of how it looks?
Also could you check if it works with the new multi provider config to enable it change the fallback to true in /apps/web/src/hooks/useFeatureFlags.ts on line 34.