Pin your browser agent version directly from the New Relic UI.
- 📌 Pin browser agent versions with a single click
- 🔓 Unpin the browser agent version
- 👀 View current pinning status of your browser application
- Log in to New Relic
- Click "Integrations & Agents" in the sidebar
- Click "apps & visualizations" link at the top of the page
- Search for "Browser Agent Version Pinning"
- Click "Browser Agent Version Pinning"
- Click "Add this app"
- Navigate to your browser application
- Click "Version pinning" in the sidebar
cd src
npm install
npm start
- Visit https://one.newrelic.com/?nerdpacks=local
- Navigate to your browser application
- Click "Version pinning" in the sidebar
Publishing is done via GitHub Actions. The following steps are required:
- Create a new release in GitHub
- Tag: Tag version should be in the format
v1.2.3
- Title: Release title should be
X.Y.Z (Month Day, Year)
. E.g.1.2.3 (June 1, 2021)
- Description: Release description should be a summary of changes.
- Tag: Tag version should be in the format
- Publish the release will trigger the publish workflow in GitHub Actions
- Publish will set the NPM version based on the GitHub release tag from the previous step
- Publish the Nerdpack to New Relic One
- Note: You must be a collaborator on the repository to publish