What's wrong with this entry?
What: Internal telemetry now includes the organization's billing type alongside subscription type.
Technical details: The function that gathers subscription information (nC0() at line 397096 in v2.0.8, formerly QN0() at line 406454 in v2.0.5) now extracts and includes billingType from the organization data when available.
User impact: None visible—this is purely for internal analytics.
Evidence: Line 23953 in diff shows addition: if (B?.organization?.billing_type !== void 0) G.billingType = B.organization.billing_type;