You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Metrics are enabled by default and no longer require the _experiments.enableMetrics flag. This removes the outdated JSDoc @summary references in count(), gauge(), and distribution() that still mentioned needing to enable the experimental option.
Note
The pull request "fix(core): Remove outdated
_experiments.enableMetricsreferences from metrics JSDoc" was created by @chargome but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.Metrics are enabled by default and no longer require the
_experiments.enableMetricsflag. This removes the outdated JSDoc@summaryreferences incount(),gauge(), anddistribution()that still mentioned needing to enable the experimental option.