Robbie Clarken

Results 10 comments of Robbie Clarken
trafficstars

I'm also seeing this issue. It appears to happen when an error is logged in the celery worker's main process before celery creates the process pool child processes. I can...

I've confirmed that the bug can still be reproduced with the steps outlined above with the latest release of sentry-sdk (v1.3.1). logs ``` [2021-08-04 18:48:04,389: INFO/MainProcess] Scaling down 1 processes....

I've confirmed that this bug is still present in sentry-sdk 1.5.1 and master although the behaviour has changed due to commit a6cc9718fe398acee134e6ee9297e0fddea9b359. There is still the issue that the first...

I'm also encountering this issue with a Next.js project: - Deleting `package-lock.json` and running `npm install` on an M1 Mac results in a `package-lock.json` file that is no longer able...

Thanks for reporting the bug @swertz . Unfortunately I don't work with EPICS anymore so I'm not really in a position to continue maintaining this project. For anyone looking to...

@antonpirker Yes, I can still reproduce the issue including with the dependencies you specified. However if I include `enable_tracing=True` in the `sentry_sdk.init()` I don't get the problem. Could you please...

> It indeed appears that there is a delay in sending the error event; however, in my testing, it appeared that the event still got sent eventually, either after a...

@szokeasaurusrex IMO the fact the error doesn't get reported until the celery worker is scaled down is an indication there is still a bug in sentry-sdk since errors should be...

Do you mean a version which doesn't require libca? No plans for that at this stage. The only files you need from EPICS Base are libca.so, libCom.so and caRepeater. If...

@yurynix Your proposed change would be very useful for me too. I wish I could provide feedback but I'm not familiar enough with the module either.