Questions tagged [rudderstack-sdk]

3 questions
2
votes
0 answers

Can't able to install rudderstack in machine

Hi all I was trying to install rudderstack in developer machine by following there docs. while installing the dependencies using npm i I am getting this error- npm i > heapdump@0.3.15 install…
Amara
  • 341
  • 4
  • 19
1
vote
0 answers

How to wait for event request of Rudderstack JavaScript SDK?

I want to redirect the user after the track event or any other event fired by rudderstack has be done. As I've tested on track event it doesn't not return a promise. How can I wait for the requests to end to redirect after? Below there is an example…
0
votes
0 answers

Will client-side routing stop a tracking script event from firing when the component unmounts?

I am adding Rudderstack tracking to a Next.js website that uses client-side routing, meaning that links to other pages don't cause a full page refresh, though the page component would unmount. On a regular website, when tracking a link click that…