I looked through your open and closed issues and could not find anything similar.
Take the following code:
def self.do_something()
Thread.new do
raise "Are async exceptions being recorded?"
end
end
That 'raise' is never recorded by Rollbar. I contacted Rollbar chat support and they suggested enabling config.use_async = true
but that did not solve our issue either, so I was told to open a issue on here. Please advise.
Thank you!