We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609412f commit 07bdf79Copy full SHA for 07bdf79
pages/docs/quickstart/install-mixpanel.mdx
@@ -52,7 +52,7 @@ Replace `YOUR_TOKEN` with your project token. You can find your token [here](htt
52
You can learn more about configuring Session Replay and Heatmaps [here](/docs/tracking-methods/sdks/javascript/javascript-replay).
53
54
```js Javascript
55
-//Import Mixpanel SDK
+//Import Mixpanel SDK (only required for npm and yarn)
56
import mixpanel from "mixpanel-browser";
57
58
// Near entry of your product, init Mixpanel
0 commit comments