Enables custom log file configuration via system configuration. Allows specifying a log file name and level for different modules or integrations.
DevOps & Infrastructure
Deployment, cron, Flysystem, multi-threading
Sends Magento 2 errors to Sentry. Allows configurable log levels and uses the Sentry SDK for error reporting.
Looking for contributors - Help fix build issues
Enables managing cron jobs from the Magento backend. Provides a timeline view, error notifications, and resource usage monitoring for cron tasks.
Looking for contributors - Help fix build issues
Adds Whoops error handling to Magento 2 for improved debugging. Provides detailed error reports to assist developers in identifying and resolving issues.
Mirrors Magento's default logs and errors to stderr, facilitating centralized logging in Docker environments. Simplifies log collection for containerized Magento 2 deployments.
Deletes "ghost" indices in Smile Elasticsuite via a cron job. This helps maintain a clean and efficient Elasticsearch setup.
Looking for contributors - Help fix build issues
Allows running CLI commands from the Magento admin panel. Restrict access to commands using Magento ACL.
Limits the number of GraphQL queries and mutations from a client within a defined timeframe. Prevents abuse by restricting excessive requests to create sessions or customer data.
Looking for contributors - Help fix build issues
Automatically flushes Magento 2 caches (config, block_html, full_page) after saving system configuration. Useful for development environments to avoid manual cache flushing.
Adds a unique code to attribute options, allowing remote clients to create and reference options by code. Enables saving products with attribute option codes instead of IDs.
Looking for contributors - Help fix build issues
Detects crashed cron job processes in Magento 2 and sets their status to error. Requires the POSIX module in php.ini and a system cronjob setup.