All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- cover multiple possible returns types of display_class
- Fix unwrap_class_name, it was wrongly expecting an instance not a class.
- Implement a custom version of Sidekiq's display_class_name that fix an issues with ActiveJob > 6 when the job's class is passed as class not String
- Limit support up to Sidekiq < 6.
- class name calculation needs to filter out unsupported characters by instrumental
- class name calculation now uses Sidekiq's display_class_name to support ActiveJob jobs