Monitor Deprecations

Deprecation warnings help catch breaking changes in package upgrades. They are especially useful for catching issues in untested code when you monitor for them in your staging and production environments. Infield can track deprecation warnings at runtime automatically. It's similar to a tool like deprecation_toolkit, but warnings are reported to our API for aggregation and tracking over time.

Set up

Monitoring Deprecations

Deprecation warnings will show up inside Infield as they're encountered in your application. Warnings are split up by Rails environment. We suggest enabling the gem in your staging or QA environment as well as in production.