Runtime logs can now be filtered by request type and Vercel resource

The "Contain Types" filter in runtime logs has been replaced by two new filters for better clarity:

  1. Resource: Filters which infrastructure resource within the Vercel Edge Network was used to serve the request. Examples include Serverless Functions, Edge Cache, and Edge Middleware

  2. Request Type: Filters which framework-defined mechanism or rendering strategy was used by the request. Examples include API routes, Incremental Static Regeneration (ISR), and cron jobs

These updates provide more granular insights into how your requests are processed. Both filters are available on all plans starting today.

Learn more about how Vercel processes requests.