Skip to content

Commit

Permalink
adding test action
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Sep 15, 2023
1 parent fb7cf5b commit 0327736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/datadog.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +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' })
}
export {
dataDogConfig as default
Expand Down

0 comments on commit 0327736

Please sign in to comment.