Skip to content

Commit

Permalink
🐛fix telemetry simulation label
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaudan committed Oct 5, 2022
1 parent f660581 commit 1611fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/domain/telemetry/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function startTelemetry(configuration: Configuration): Telemetry {
experimental_features: arrayFrom(getExperimentalFeatures()),
},
contextProvider !== undefined ? contextProvider() : {},
isSimulationActive() ? { simulation_label: getSimulationLabel() } : {}
isSimulationActive() ? { telemetry: { simulation_label: getSimulationLabel() } } : {}
)
}

Expand Down

0 comments on commit 1611fc3

Please sign in to comment.