Commit 0bf1b51
authored
fix(dashboards): Limit maximum fraction digits in time series widget formatting (#104514)
Fixes
[JAVASCRIPT-358Q](https://sentry.io/organizations/sentry/issues/7091163427/).
The issue was that: Browser V8 engine enforces historical
maximumFractionDigits limit of 20, rejecting code's spec-compliant value
of 100.
- Reduced the maximum number of fractional digits displayed for 'number'
type values in time series widget tooltips and Y-axis labels from 100 to
20.
This fix was generated by Seer in Sentry, triggered automatically. 👁️
Run ID: 5958957
Not quite right? [Click here to continue debugging with
Seer.](https://sentry.io/organizations/sentry/issues/7091163427/?seerDrawer=true)
Co-authored-by: seer-by-sentry[bot] <157164994+seer-by-sentry[bot]@users.noreply.github.com>1 parent 27e83df commit 0bf1b51
File tree
2 files changed
+2
-2
lines changed- static/app/views/dashboards/widgets/timeSeriesWidget/formatters
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments