<?php
namespace Spatie\FlareClient\Context;
interface ContextProviderDetector
{
public function detectCurrentContext(): ContextProvider;
}
To ensure a smooth integration process and optimal performance, follow these best practices: