handsontable / hyperformula

HyperFormula is an open-source headless spreadsheet for business web apps. It comes with over 400 formulas, CRUD operations, undo-redo, clipboard support, and sorting.
https://hyperformula.handsontable.com/
GNU General Public License v3.0
1.88k stars 107 forks source link

Add sentry to the docs #1374

Closed magierg closed 5 months ago

magierg commented 5 months ago

Context

this is adding sentry monitoring for docs

How did you test your changes?

Tested locally

Types of changes

Related issues:

  1. Fixes #...

Checklist:

github-actions[bot] commented 5 months ago

Performance comparison of head (62982b1bc6225078f8ac97979f29c60996b5eeb8) vs base (836a9e22af20e09ff9336d95698fc3ec9c47d390)

                                     testName |   base |   head | change
------------------------------------------------------------------------
                                      Sheet A | 536.43 | 532.13 | -0.80%
                                      Sheet B | 173.34 | 171.84 | -0.87%
                                      Sheet T | 152.85 | 150.79 | -1.35%
                                Column ranges | 552.15 | 550.92 | -0.22%
Sheet A:  change value, add/remove row/column |  14.48 |  13.76 | -4.97%
 Sheet B: change value, add/remove row/column | 131.67 | 132.71 | +0.79%
                   Column ranges - add column | 156.42 | 152.69 | -2.38%
                Column ranges - without batch | 460.02 | 450.98 | -1.97%
                        Column ranges - batch | 116.71 | 115.25 | -1.25%
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (836a9e2) 97.36% compared to head (62982b1) 97.36%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/handsontable/hyperformula/pull/1374/graphs/tree.svg?width=650&height=150&src=pr&token=5k9ZQv8azO&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable)](https://app.codecov.io/gh/handsontable/hyperformula/pull/1374?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=handsontable) ```diff @@ Coverage Diff @@ ## develop #1374 +/- ## ======================================== Coverage 97.36% 97.36% ======================================== Files 169 169 Lines 14421 14421 Branches 3100 3100 ======================================== Hits 14041 14041 Misses 377 377 Partials 3 3 ```