Skip to content

Commit 3b787b0

Browse files
chore: add register flag to latest (#1603)
1 parent b41de5c commit 3b787b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-ab/templates/latest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ window.NREUM.loader_config.licenseKey = '{{{args.abLicenseKey}}}'
44
window.NREUM.info.applicationID = '{{{args.abAppId}}}'
55
window.NREUM.info.licenseKey = '{{{args.abLicenseKey}}}'
66
window.NREUM.init.proxy.assets = 'https://staging-js-agent.newrelic.com/dev'
7-
window.NREUM.init.feature_flags = ['soft_nav','ajax_metrics_deny_list', 'user_frustrations']
7+
window.NREUM.init.feature_flags = ['soft_nav','ajax_metrics_deny_list', 'user_frustrations', 'register']
88
window.NREUM.init.session_replay.enabled = true // feature is enabled, but the app settings will have sampling at 0. We can proactively enable SR for certain test cases through app settings
99
window.NREUM.init.session_trace.enabled = true // feature is enabled, but the app settings will have sampling at 0. We can proactively enable SR for certain test cases through app settings
1010
window.NREUM.init.user_actions = {elementAttributes: ['id', 'className', 'tagName', 'type', 'ariaLabel', 'alt', 'title']}

0 commit comments

Comments
 (0)