$tell property.
@tell-rs/vue is a thin wrapper around the browser SDK. It connects Tell to Vue’s app lifecycle — the plugin calls configure() on install and close() on app unmount. You install @tell-rs/browser alongside because that’s where the actual tracking, sessions, and transport live.Setup
With options
Composable
Page view tracking with Vue Router
What you get from the browser SDK
All features documented in the browser SDK guide are available — sessions, device context, super properties, structured logging, opt-out, andbeforeSend hooks. The Vue package only adds lifecycle integration and the composable.