Chris Schneider
Chris Schneider
A customer running Sidekiq via ActiveJob reports that calling ignore from a before_perform callback is not working. Calling the ignore from inside the job's perform method appears to be fine...
## Background Currently we have the `ignore` configuration which ignores web endpoints based on their url (ie, "everything starting with /health-check"). We also have an API to ignore a transaction...
Currently, the `scout_apm` gem does not install on JRuby, since it references C extensions. We have 2 C extensions in the mainline gem right now (and ScoutProf in the 3.x...
Spent a bit of time today trying to get a file into `.well-known/`, but it just wouldn't show up after pushing to github. Turns out that github pages will re-parse...
As of writing, we do not start on Microsoft Windows, for two reasons: 1. On Windows `os.O_NONBLOCK` does not exist, causing an error when we open a socket 2. The...
## Current We support native configuration from Django and Flask (bridging their config locations with Scout's), but not yet for Celery. You can do: ``` # with a dictionary ScoutConfig.set({...
Just shows up as "Topic for". Without any actual change details.
I'm a lazy bastard, sorry....
Some customers have dozens of distinct applications, and want to automate the creation and editing of alerts. We should add an API call that can create and delete alerts.
Currently the Database insights feature works only with SQL based databases. Expand that to work on Mongo, Redis, and other no-sql databases.