We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c766ec5 commit 8e88c59Copy full SHA for 8e88c59
frontend/src/datadog.ts
@@ -51,4 +51,4 @@ datadogRum.init({
51
defaultPrivacyLevel: 'mask-user-input',
52
// plugins: [reactPlugin({ router: false })], // Keep disabled until upgrading React Router due to deps conflict
53
});
54
-datadogRum.addRumGlobalContext('branch', __BRANCH__);
+datadogRum.setGlobalContextProperty('branch', __BRANCH__);
0 commit comments