-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(insights): document frontend session health tab #13340
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
Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
|
||
## Prerequisites | ||
|
||
You must have [sessions or releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules. |
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.
You must have [sessions or releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules. | |
You must have sessions or releases enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules. |
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.
why remove the link?
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.
LGTM!
@@ -0,0 +1,9 @@ | |||
<Include name="feature-available-for-user-group-early-adopter.mdx" /> | |||
|
|||
If you have [sessions or releases](/product/releases/setup/) enabled on Sentry, you can take full advantage of the Session Health tab on Insights. The Session Health tab contains a variety of data visualizations to help you discover insights about how your sessions are performing. [Learn more about how sessions are defined](/product/releases/health/#sessions). |
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.
We require both, right? At least session tracking requires a release to be set.
If you have [sessions or releases](/product/releases/setup/) enabled on Sentry, you can take full advantage of the Session Health tab on Insights. The Session Health tab contains a variety of data visualizations to help you discover insights about how your sessions are performing. [Learn more about how sessions are defined](/product/releases/health/#sessions). | |
If you have [sessions and releases](/product/releases/setup/) enabled on Sentry, you can take full advantage of the Session Health tab on Insights. The Session Health tab contains a variety of data visualizations to help you discover insights about how your sessions are performing. [Learn more about how sessions are defined](/product/releases/health/#sessions). |
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.
+1 to this change throughout
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.
tbh i assumed they were both the same concept, just different ways to phrase it (e.g. setting up releases <-> setting up sessions) 🤔 but i can make this change
|
||
## Prerequisites | ||
|
||
You must have [sessions or releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules. |
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.
We eventually will add a landing page for backend/other, right?
Worth noting the SDK coverage there isn't as wide (all Web/Mobile SDKs have sessions but not all other types of SDKs do).
You must have [sessions or releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules. | |
You must have [sessions or releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is currently available only for the Frontend and Mobile modules. |
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'm not sure we will be for Session Health - adding a dedicated Session Health tab for BE
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.
yep - backend session insights is not in the plan right now i believe
@@ -0,0 +1,9 @@ | |||
<Include name="feature-available-for-user-group-early-adopter.mdx" /> | |||
|
|||
If you have [sessions or releases](/product/releases/setup/) enabled on Sentry, you can take full advantage of the Session Health tab on Insights. The Session Health tab contains a variety of data visualizations to help you discover insights about how your sessions are performing. [Learn more about how sessions are defined](/product/releases/health/#sessions). |
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.
Instead of directing the users to another page to learn how a session is defined, we should mention directly the case that is most plausible for 'frontend sessions':
A session on most web applications is created for every page load and on every navigation change. Read more here.
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.
this section is reused between both the frontend & mobile docs, but i think that definition could apply to both with some wording tweaks - will add
|
||
## Prerequisites | ||
|
||
You must have [sessions or releases](/product/releases/setup/) enabled in order to view these insights. Session Health on Insights is available only for the Frontend and Mobile modules. |
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'm not sure we will be for Session Health - adding a dedicated Session Health tab for BE
* docs(insights): document frontend session health tab * fix overview img * wording * fix another img * update unhealthy sessions * link * make reusable * refactor * pr review * jasmin pr review * jasmin pr review pt 2 * wording
also adds it to the early adopter features page.
used peated screenshots, hope that's ok 😳