-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(browser): Experimental features section #19238
base: develop
Are you sure you want to change the base?
feat(browser): Experimental features section #19238
Conversation
Hi @metal-messiah 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
❌ Deploy Preview for docs-website-netlify failed. Why did it fail? →
|
- added new pages to the left-nav - removed redirect links (redirects are used for when pages are getting deleted and need to redirect to another page) - Cleaned up the marks and measures page - Move dover enable steps from experimental page (it wasn't appropriate there since the steps are only relevant to marks and measures page) - Added context to the nrql queries
@metal-messiah I made some edits: 7b0cf3b Let me know what you think! |
@ally-sassman looks good! |
--- | ||
|
||
<Callout variant="important"> | ||
This is an experimental browser feature. These features are subject to change and should be used with caution. They are only available when using the browser agent installed via copy/paste or NPM. |
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.
Suggestion: This is an experimental browser feature and may change. You must use it with caution. It's available only with the browser agent installed via copy/paste or NPM.
</Callout> | ||
|
||
|
||
[Marks](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) and [measures](https://developer.mozilla.org/en-US/docs/Web/API/Performance/measure) are standard methods to observe and report on the performance of your webpages. They are generic events native to the browser and can be used to measure the duration of any task. The New Relic browser agent can automatically track marks and measures as store them as `BrowserPerformance` events. |
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.
Suggestions: Marks and measures are standard methods to observe and report your webpages' performance. These generic events are native to browser and can measure any task's duration. The New Relic browser agent automatically tracks these marks and measures and then store them as BrowserPerformance
events.
freshnessValidatedDate: never | ||
--- | ||
|
||
New Relic Browser offers a range of features to enhance your application monitoring capabilities. To ensure stability and reliability, some features are released in an experimental state. These features are subject to change, may not be fully supported, and should be used with caution. |
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.
Suggestion: New Relic browser agent offers a range of features to enhance your application monitoring capabilities. Some features are released in experimental state to ensure stability and reliability. These features may change or may lack support. You must use them with caution.
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
Add an experimental section for a new feature the browser agent is adding. Added a feature description that interlinks with the experiments feature. Follow up when the feature is GA'd will be to remove the feature from the section. More features in the browser agent roadmap will be added to the experiment section over time.