Kevin Webster

Results 7 issues of Kevin Webster

We had a request for logging errors during test runs. Per this conversation (via @ioquatix): https://twitter.com/ioquatix/status/1318312887547408384 One way we could solve this is to add another backend option, perhaps a...

enhancement
help wanted

Our SQL breadcrumbs land a pretty heavy hammer on the SQL query content by removing almost everything except SQL keywords. This leads to less than useful breadcrumbs. Perhaps we can...

enhancement
help wanted

We had a customer that expected the `Logger.error` call to notify Honeybadger. It looks like it would be a trivial change to allow notifying on logger error calls. My question...

enhancement

We had a user whose notice was marking dependency backtrace lines as application backtraces. The Honeybadger web interface was attempting to build links to GitHub for his project, and it...

Since Liveview is gaining in popularity, it seems like a good idea to have some automatic instrumentation. I am wondering if we are missing some telemetry events. Perhaps it would...

enhancement
help wanted

We had a customer reach out with feedback around integrating honeybadger-js into Nuxt 3. They had run into multiple Typescript errors that they could not resolve. I'm unsure if this...

vue

We had a customer reach out about filtering breadcrumbs, so I looked into recommending a `beforeNotify` snippet to remove unwanted breadcrumbs. I could not get it to work, as the...