OB
OB
### I'm submitting a ... - [ ] bug report - [x] feature request - [ ] support request or question => Please do not submit support request or questions...
Is there any option to add a payload to the connection event? The socket io library seems to enable this: `var socket = io.connect('http://localhost:3000', { query: {token: token} });` yet...
Hi there! I'm using Ionic 3 and I want to track each page of my application. In my `app.components.ts` once platform is ready, I am initializing the plugin as follows:...