File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sdk/feature-management-applicationinsights-browser/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export function createTelemetryPublisher(client: ApplicationInsights): (event: E
3737 percentileAllocationPercentage += percentile . to - percentile . from ;
3838 }
3939 }
40- eventProperties [ "PercentileAllocationPercentage " ] = ( 100 - percentileAllocationPercentage ) . toString ( ) ;
40+ eventProperties [ "VariantAssignmentPercentage " ] = ( 100 - percentileAllocationPercentage ) . toString ( ) ;
4141 }
4242 else if ( event . variantAssignmentReason === VariantAssignmentReason . Percentile ) {
4343 let percentileAllocationPercentage = 0 ;
@@ -48,7 +48,7 @@ export function createTelemetryPublisher(client: ApplicationInsights): (event: E
4848 }
4949 }
5050 }
51- eventProperties [ "PercentileAllocationPercentage " ] = percentileAllocationPercentage . toString ( ) ;
51+ eventProperties [ "VariantAssignmentPercentage " ] = percentileAllocationPercentage . toString ( ) ;
5252 }
5353
5454 const metadata = event . feature . telemetry ?. metadata ;
You can’t perform that action at this time.
0 commit comments