Daniel Morell
Daniel Morell
Let me investigate this a bit more. But initially, I think using a tread pool might be the best option.
Hi @racterub thank you for bringing this to our attention with all the details and helpful context. The POC and results give a very clear representation of what is going...
This tells us Python can't find the rollbar-agent entry point to execute. There are a few reasons this could be. - The symbolic link path is incorrect https://github.com/rollbar/rollbar-agent#set-up-the-rollbar-agent-service. - There...
Can you provide the contents of your rollbar-agent service file?
What do you get when you run... ``` $ service rollbar-agent status ```
This is a good question. You can find more details about the this topic here https://github.com/rollbar/rollbar-php-laravel/issues/128#issuecomment-1052377338.
Until we have a clear roadmap to v4 this is not really an option. I am going to close this issue for now, and we will revisit it once we...
Hi @armetiz I am the new maintainer of this SDK. I am still working on putting together a roadmap with our product team. We understand the value of telemetry support...
After some internal conversation we determined that there needs to be some cleanup work that should happen before we add telemetry support. Unfortunately, the cleanup requires breaking changes e.g. #570....
This is likely caused by scripts not loading in the right order. I have an open PR #1162 that is just waiting on testing and review to fix this issue.