Skip to content

Commit 3982e5d

Browse files
committed
feat: add streamin media and ads in release notes
1 parent c85c6e1 commit 3982e5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/releaseNotes.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ const INCLUDE_AGENTS = new Set([
7474
'fluentbit',
7575
'nrdot',
7676
'prometheus',
77-
'streaming_for_android',
78-
'streaming_for_ios',
77+
'streaming_for_mobile',
78+
'streaming_for_browser',
7979
'streaming_for_others',
8080
'aws_firehose_log_forwarder',
8181
'aws_lambda_log_forwarder'

src/utils/getAgentName.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const AGENTS = {
4040
'serverless-release-notes': 'serverless',
4141
'xamarin-release-notes': 'xamarin',
4242
'nrdot-release-notes': 'nrdot',
43-
'streaming-android-release-notes': 'streaming_for_android',
44-
'streaming-ios-release-notes': 'streaming_for_ios',
43+
'streaming-mobile-release-notes': 'streaming_for_mobile',
44+
'streaming-browser-release-notes': 'streaming_for_browser',
4545
'streaming-other-release-notes': 'streaming_for_others',
4646
'aws-firehose-log-forwarder-release-notes': 'aws_firehose_log_forwarder',
4747
'aws-lambda-log-forwarder-release-notes': 'aws_lambda_log_forwarder',

0 commit comments

Comments
 (0)