File "EnvelopeItemInterface.php"
Full Path: /var/www/drive/sentry/sentry/src/HttpClient/EnvelopeItemInterface.php
File size: 217 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
declare(strict_types=1);
namespace Sentry\Serializer\EnvelopItems;
use Sentry\Event;
/**
* @internal
*/
interface EnvelopeItemInterface
{
public static function toEnvelopeItem(Event $event): string;
}