
PlayerZero
Log in / Sign up
new
With PlayerZero, it is now possible to measure the tangible impact of issues happening in your backend.
new
Users can now pipe their Mixpanel and Amplitude events and usage data directly into PlayerZero using the PlayerZero API connector.
new
Users can now pipe their Sentry data directly into PlayerZero using the PlayerZero API connector.
improved
The Manual Upload Key command is now fully configurable. Users can turn the pre-set CMD+K shortcut on or off in settings. If users want to configure their own custom key command, they can add the following lister in their code:
window.addEventListener('keydown', (event) => {
if((event.ctrlKey || event.metaKey) && event.key === 'k'){
// Trigger the PlayerZero widget
playerzero.prompt()
}
})
improved
A revamped onboarding flow will help new users see value quicker. The inclusion of educational materials and automatically generated views will create a more efficient adoption process for first and second touch users alike.
improved
We’ve introduced an n-gram index that uses sub-parts as distinct keys for querying data. Noticeable results will be seen in auto-complete functionality and View load time across the application.
new
A more streamlined notification experience in Slack that delivers issue context directly into pre-defined channels, so your entire team can collaborate more effectively.
new
Flows allow you to be more intentional with how you discover issues happening to your users. Simply define checkpoints, and PlayerZero tells you:
When there is drop off → Which issue is causing the drop-off → Who is affected by the issue → What each user’s experience looked like (with full browser context)
fixed
We’ve hardened the Web SDK to be more compatible with 3rd party libraries, a response to discovering a previous incompatibility with the Bright Cove library.
Load More
→