I tried to use Amplitude Node SDK on Vercel Edge functions. However, I'm receiving this error:
Can't resolve 'http'
I'm assuming that Amplitude Node SDK might not be compatible with edge runtime. Is there a SDK compatible with the edge runtime?
Same problem here - we are currently dropping down to raw HTTP requests [1] to solve this, but an edge-runtime-compatible SDK would be preferred.
Affects Vercel Edge, but presumably also stuff like Cloudflare workers, Deno Deploy, Fastly, etc
[1] https://amplitude.com/docs/apis/analytics/http-v2
I want to be able to identify and track the users that are hitting a specific page (feature) that is limited by our product tiering in our multi-tenant SaaS app. Our customer businesses have their own segmented dashboard based on the subdomain of the app url (somebusiness.ourapp.com), and I have figured out how to capture…
Hi there, I'm trying to integrate the surveys for react native feature to our app. I've followed the guide and I verify the plugin is "booted" correctly (right user id and device id) but when opening a link, while the linking handlers are correctly triggered, the call to handleURL is returning false - I've verified the url…
Hey there I've been playing around for a couple of hours with the guide and analytics which fires properly on the UI but wouldn't give me any analytics. I read that there is another script that should be installed for the analytics part of things. Would anyone be able to guide me towards the potential script or some…
How do I transfer data from one amplitude account to another? It seems all the community chats about this have completely broken links. Easy to export, no way to import, very frustrating. :(
When using @amplitude/plugin-web-vitals-browser with Create React App v4 (react-scripts@4.0.3), the build fails with: ./node_modules/@amplitude/plugin-web-vitals-browser/node_modules/web-vitals/dist/web-vitals.js<br /><br />SyntaxError:…