Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/hrms.ncriptech.com/vendor/sentry/sentry-laravel/src/Sentry/Laravel/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php namespace Sentry\Laravel; use Sentry\State\HubInterface; /** * @see \Sentry\State\HubInterface * * @method static \Sentry\ClientInterface|null getClient() * @method static \Sentry\EventId|null getLastEventId() * @method static \Sentry\State\Scope pushScope() * @method static bool popScope() * @method static void withScope(callable $callback) * @method static void configureScope(callable $callback) * @method static void bindClient(\Sentry\ClientInterface $client) * @method static \Sentry\EventId|null captureMessage(string $message, \Sentry\Severity|null $level = null, \Sentry\EventHint|null $hint = null) * @method static \Sentry\EventId|null captureException(\Throwable $exception, \Sentry\EventHint|null $hint = null) * @method static \Sentry\EventId|null captureEvent(\Throwable $exception, \Sentry\EventHint|null $hint = null) * @method static \Sentry\EventId|null captureLastError(\Sentry\EventHint|null $hint = null) * @method static bool addBreadcrumb(\Sentry\Breadcrumb $breadcrumb) * @method static \Sentry\Integration\IntegrationInterface|null getIntegration(string $className) * @method static \Sentry\Tracing\Transaction startTransaction(\Sentry\Tracing\TransactionContext $context, array $customSamplingContext = []) * @method static \Sentry\Tracing\Transaction|null getTransaction() * @method static \Sentry\Tracing\Span|null getSpan() * @method static \Sentry\State\HubInterface setSpan(\Sentry\Tracing\Span|null $span) */ class Facade extends \Illuminate\Support\Facades\Facade { protected static function getFacadeAccessor() { return HubInterface::class; } }