Chris Schneider
Chris Schneider
Hi @hmatic, sorry this got lost in the shuffle. Could you add a middleware to sidekiq that simply logs the parameters passed into it? There's something weird going on with...
We attempt to [detect interactive consoles](https://github.com/scoutapp/scout_apm_ruby/blob/master/lib/scout_apm/environment.rb#L156), and won't start the agent in those cases. Can you run the parts of that line from the console, and see which of those...
It looks like the agent isn't starting (correctly), but it is loading instruments. It looks like the check to see if it's an interactive console needs to be moved forward,...
Thank you for the report, I'll take a look at it. Is it causing you any immediate issues?
I have never seen that error before. A few initial questions: * Has this happened more than once? Is there a way to reproduce it so I can look into...
Yeah, it's sorta janky. Basically, the sinatra app here is only the front-end side of things. I use the bot side of this: https://github.com/moritz/ilbot to do the logging. My bot...
I have certainly wanted to write the bot in ruby. And there's even a branch where I got started on it. Just never got finished enough, and moved onto other...
And to be clear, the bot/ directory in this repo is a modified version of ilbot2 that I use. Only slightly modified, mostly just deleted a bunch of junk I...
Thanks for the note - I plan on redoing a signifigant portion of the app. Were you wanting to actually use the API parts, or just noticing that? Unless you're...
Cool, I'll not break it then :) Chunked mode is interesting - since if you get a partial json doc, presumably it wouldn't parse. Options I see: 1) Lots of...