Skip to content

Commit

Permalink
feat: update tag name to include the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed May 5, 2023
1 parent 37826b4 commit a1b85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Utils/Datadog/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ datadogRum.init({
trackResources: true,
trackLongTasks: true,
defaultPrivacyLevel: 'mask-user-input',
version: CIRCLE_TAG,
version: `deriv-app-${CIRCLE_TAG}`,
trackFrustrations: true,
enableExperimentalFeatures: ['clickmap'],
});
Expand Down

0 comments on commit a1b85a8

Please sign in to comment.