Skip to content

Commit

Permalink
edit test adding action to see if datadog is receiving data
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Sep 19, 2023
1 parent b59b953 commit f9ac6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/datadog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const dataDogConfig = /* @ngInject */ function (envServiceProvider) {
window.datadogRum = datadogRum
window.datadogRum && window.datadogRum.init(config)
window.datadogRum && window.datadogRum.startSessionReplayRecording()
window.DD_RUM && window.DD_RUM.addAction('hello', { action: 'qux' })
window.datadogRum && window.datadogRum.addAction('hello', { action: 'qux' })
}
export {
dataDogConfig as default
Expand Down

0 comments on commit f9ac6ff

Please sign in to comment.