Skip to content

Commit

Permalink
EPMRPP-8752 || rename the InstanceId property to InstanceID (#3694)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazarQSO authored Dec 13, 2023
1 parent 7fe4aff commit d272eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/main/analytics/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const provideEcGA = ({ eventName, baseEventParameters, additionalParamete
} = baseEventParameters;

const eventParameters = {
instanceId,
instanceID: instanceId,
version: getAppVersion(buildVersion),
uid: `${userId}|${instanceId}`,
auto_analysis: normalizeDimensionValue(isAutoAnalyzerEnabled),
Expand Down

0 comments on commit d272eb6

Please sign in to comment.