Fix
share_pctis now explicitly a decimal fraction, not a percentage- Example:
0.05means 5%, not5.0
Impact
Integrations that previously interpreted the value as a percentage need to adjust their numeric mapping.
share_pct is now explicitly a decimal fraction, not a percentage0.05 means 5%, not 5.0Integrations that previously interpreted the value as a percentage need to adjust their numeric mapping.