Skip to content

Commit 5453aa4

Browse files
committed
Hotfix for FillDefaults
FillDefaults now properly access the TrakerrClient set code.
1 parent 5c8cf10 commit 5453aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256

257257
if (typeof appEvent.contextAppVersion === 'undefined') appEvent.contextAppVersion = _this.contextAppVersion;
258258

259-
if (typeof appEvent.deploymentStage === 'undefined') appEvent.deploymentStage = _this.deploymentStage;
259+
if (typeof appEvent.deploymentStage === 'undefined') appEvent.deploymentStage = _this.contextDeploymentStage;
260260
if (typeof appEvent.contextEnvLanguage === 'undefined') appEvent.contextEnvLanguage = _this.contextEnvLanguage;
261261
if (typeof appEvent.contextEnvName === 'undefined') appEvent.contextEnvName = _this.contextEnvName;
262262
if (typeof appEvent.contextEnvVersion === 'undefined') appEvent.contextEnvVersion = _this.contextEnvVersion;

0 commit comments

Comments
 (0)