File "Version.php"
Full Path: /var/www/drive/sentry/sentry-laravel/src/Sentry/Laravel/Integration/Version.php
File size: 154 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Sentry\Laravel;
final class Version
{
public const SDK_IDENTIFIER = 'sentry.php.laravel';
public const SDK_VERSION = '4.5.1';
}