Skip to content
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

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

metal-messiah
Copy link
Member

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.

Copy link

github-actions bot commented Nov 8, 2024

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).

Copy link

netlify bot commented Nov 8, 2024

Deploy Preview for docs-website-netlify failed. Why did it fail? →

Name Link
🔨 Latest commit
🔍 Latest deploy log https://app.netlify.com/sites/docs-website-netlify/deploys/6734bbe531d8bb0feaff59b1

@ally-sassman ally-sassman self-assigned this Nov 9, 2024
@ally-sassman ally-sassman added content requests related to docs site content from_internal Identifies issues/PRs from Relics (except writers) labels Nov 9, 2024
@ally-sassman ally-sassman changed the title feat: Experimental features section feat(browser): Experimental features section Nov 11, 2024
- 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
@ally-sassman
Copy link
Contributor

@metal-messiah I made some edits: 7b0cf3b Let me know what you think!

@metal-messiah
Copy link
Member Author

@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.
Copy link
Contributor

@WriteMayur WriteMayur Nov 13, 2024

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.
Copy link
Contributor

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.
Copy link
Contributor

@WriteMayur WriteMayur Nov 13, 2024

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.

Copy link
Contributor

@cbehera-newrelic cbehera-newrelic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content requests related to docs site content from_internal Identifies issues/PRs from Relics (except writers)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants