I got an exception in Sentry but the traceback is cut off. It says “Removed because of size limits”.
I am using Python and sentry-sdk==0.10.2
.
Traceback (most recent call last):
File "/home/appuser/.local/lib/python3.6/site-packages/promise/promise.py", line 487, in _resolve_from_executor
executor(resolve, reject)
File "/home/appuser/.local/lib/python3.6/site-packages/promise/promise.py", line 754, in executor
return resolve(f(*args, **kwargs))
File "/home/appuser/.local/lib/python3.6/site-packages/graphql/execution/middleware.py", line 75, in make_it_promise
return next(*args, **kwargs)
File "/home/appuser/.local/lib/python3.6/
EDIT: One thing I just noticed is that it is an error log message.