-
**Is your feature request related to a problem? Please describe.**
While there are some errors that can be ignored to a certain extent, such as 404 errors, some 4XX errors should not be ignored.
…
-
```python
def raise_error():
try:
1/0
finally:
raise ValueError
def wrap_error():
try:
raise_error()
except Exception as e:
raise Exceptio…
-
Using Ubuntu 24.04 LTS with python 3.8, and a virtual environment.
I replaced the lid with the grey one for GelsightMini and run
```
python3 optical_flow_marker_tracking.py
```
I've got a…
-
We should have something that keeps track of errors (or at least tries to) that happen on clients so we know if things are broken.
I'm thinking something like
```
window.onerror = function () { ...[…
-
Consider installing production env error tracking/notification + performance monitor
-
Game submits logs to our server.
User submits bug tickets.
-
Hello colleagues
We upgrade to"@sap/cds": "8.x.x" from "@sap/cds": "7.x.x", and face the following problem.
We have an entity that has a property that is typed as DateTime or Timestamp (in the …
-
## There are a bunch of errors in Isabelle, the majority of which were mirrored from Lean
### Here a list of theorems possibly containing errors:
It is worth looking into for each language.
I c…
-
## Module
tracking_manager
## Describe the bug
When uninstalling `tracking_manager` module, errors are present in the log.
If uninstall process is done in a script, the script fails.
#…
-
What about tracking broken request which ended on an error page?