Skip to content

Spike: Provide allowlist/blocklist functionality for ActiveSupport notification event names #2347

@fallwith

Description

@fallwith

Our current ActiveSupport notifications subscription functionality operates off of fixed lists of event names and/or regex patterns set on a per library basis. All events for a given library are subscribed to by default and they can all be ignored if the instrumentation for the library is itself disabled. For custom notification events which aren't associated with a specific library, we provide an allowlist that defaults to an empty array.

We should explore whether it is useful to offer more fine grained control over ActiveSupport event names that are desired. Perhaps a given Rails library has 5 event names associated with it and you only want to receive information about 2 of them.

Edit: 11/20/25
We've added related support for Active Support Caching and Messaging with #3327

We should create notifications for when new events are added, potentially by looking for changes to the Active Support docs and using our slack notifications for alerts.

Metadata

Metadata

Assignees

Labels

2Story Point Estimatecompatibilitymed impactspikeResearch spike. Technical solution needing discoveryversion: 10.0.0Next Major Release - Breaking Changes

Type

No type

Projects

Status

Upcoming

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions