Skip to content

Commit

Permalink
chore: added nrdot agent in release notes endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gmanandhar-nr committed Jan 15, 2025
1 parent dcddcfe commit 8b4d94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/releaseNotes.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ const INCLUDE_AGENTS = new Set([
'python',
'ruby',
'sdk',
'fluentbit'
'fluentbit',
'nrdot'
]);

const generateReleaseNoteObject = async (filePath) => {
Expand Down
1 change: 1 addition & 0 deletions src/utils/getAgentName.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const AGENTS = {
'service-levels-release-notes': 'service levels',
'serverless-release-notes': 'serverless',
'xamarin-release-notes': 'xamarin',
'nrdot-release-notes': 'nrdot',
};

// keeping the naming streamlined and in matching with previous data
Expand Down

0 comments on commit 8b4d94d

Please sign in to comment.