import { useParams } from 'common' import Image from 'next/image' import { InlineLink } from '@/components/ui/InlineLink' import { BASE_PATH } from '@/lib/constants' export const UnifiedLogsPreview = () => { const { ref = '_' } = useParams() return (

Experience our enhanced Logs interface with improved filtering, real-time updates, and a unified view across all your services. Built for better performance and easier debugging.

This interface is only available for organizations on the Enterprise plan.

new-logs-preview

Enabling this preview will:

) }