i installed sentry server by docker on my own server.
At first i test the server by directly trigger error from chrome console, the server works ok.
when i trigger error inside files which included by other function , i can not find any infomation from sentry dashboard.
i have checked chrome network panel,it reported with payload.
And i found some errors reported on project "Sentry / Internal"
1.Failed to perform scheduling for partition 0 due to error: UnableToAcquireLock(“Unable to acquire <Lock: ‘d:s:0’> due to error: Could not set key: u’l:d:s:0’”,)
The error message given is fairly clear. You’re going to need to debug why the locking backend (which is Redis) cannot get locks.
We highly recommend using our hosted service if you’re not familiar with the architecture of Sentry, as many problems can be tricky to understand and diagnose.