- Expose global Rails::Tracer which instruments all sub-modules #26
- Allow to disable sub-tracers #25
- Support Evented and Timed subscribers in cache instrumentation #24
- Test and add support for multiple Rails versions - 3.2+ #23
- Development instructions update #27
- Handle instrumentation exceptions and mark spans as failed #21
- Test the gem with multiple Ruby versions 2.2+ #20
- Set explicit Ruby version requirement in gemspec.
- Use tracing matchers in tests #19
- Start maintaining CHANGELOG.md #18
- Auto enable tracing-logger when Dalli is auto-instrumented #17
- Introduce Dalli and ActiveSupport::Cache::DalliStore auto-instrumentation #9
- Introduce docker-compose with all required external dependencies.
- Introduce ActiveSupport::Cache auto-instrumentation #4
- Add ActiveRecord::Tracer tests for active span propagation
- Introduce ActiveRecord auto-instrumentation #3
- Add Rails test application to be used in specs
- Initial release
- Introduced a rack middleware, to generate more informative operation names based on information supplied by ActionDispatch. #1