Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
caleballdrin committed Sep 15, 2023
1 parent 1bcf2c7 commit 9a12076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ const appConfig = /* @ngInject */ function (envServiceProvider, $compileProvider
})
$translateProvider.preferredLanguage('en')

window.datadogRum = datadogRum;
window.datadogRum = datadogRum
window.datadogRum && window.datadogRum.init({
applicationId: '3937053e-386b-4b5b-ab4a-c83217d2f953',
clientToken: process.env.DATADOG_RUM_CLIENT_TOKEN,
Expand Down

0 comments on commit 9a12076

Please sign in to comment.