We had an incredible weird bug where sometimes a header wouldn't be set for what seemed like a particular customer.
And it would crash the server process for only one particular employee.
After a quick @honeycombio query on all the requests from my IP with their sitename gave us the request IDs to search Cloudwatch and found the bug. Turns out if a cookie wasn't set a regex would explode..
But... that should be impossible!
Surprise surprise that wasn't the case.
So it would only blow up for people who had not visited that site before. Turns out my co-founder had done that, I hadn't.
Another query, this time for all requests where response content-type was html, but the set-cookie header didn't contain linc_guid broken down by site.
That is when I noticed the typo in the if-statement.
I am certain it would be impossible to run @linc_bot with such a small team without @honeycombio.