-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add a list of default playlists to session replay #27371
Conversation
The idea is to show as much value a possible for users when onboard / create new dashboard
[+] added to the team as it called on both - creation of the account and the new project [*] moved the templates to helpers
"filter_group": {"type": "AND", "values": [{"type": "AND", "values": []}]}, | ||
"filter_test_accounts": "true", | ||
}, | ||
"description": "All session recordings longer than 1 minute", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description and filter don't match... do we want to change the description or the query?
{"key": "level", "type": "log_entry", "value": ["error"], "operator": "exact"}, | ||
{"key": "message", "type": "log_entry", "value": "5", "operator": "gt"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i wonder if this is really "has more than 5 log entries and at least one is an error"
but I didn't check and more than good enough to get started with!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we used to limit the total number of playlists people had... if so we can follow-up with a change to make sure we don't include these in the limit - but I don't remember if we still do that so not blocking on this! 🚀
We do limit it to 5 playlists on free plans! You'll need to update the check. |
The idea is to show as much value a possible for users when onboard / create new dashboard## Problem
At the moment we have 2 main groups of users:
By “low”/”high traffic we mean ability to watch all recordings for the day (24h) within reasonable time, e.g. 30-60 mins.
Changes
How did you test this code?
Create a new account and set Session Replay during the onboarding process
1.1. Click on Session Replay
1.2. Click on Playlists
Create a new project
2.1. Click on Session Replay
2.2. Click on Playlists