We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b666a commit bde49a1Copy full SHA for bde49a1
src/Sentry/Laravel/Tracing/Middleware.php
@@ -6,7 +6,6 @@
6
use Illuminate\Http\Request;
7
use Sentry\SentrySdk;
8
use Sentry\State\Hub;
9
-use Sentry\State\Scope;
10
use Sentry\Tracing\SpanContext;
11
use Sentry\Tracing\TransactionContext;
12
src/Sentry/Laravel/Version.php
@@ -5,5 +5,5 @@
5
final class Version
{
public const SDK_IDENTIFIER = 'sentry.php.laravel';
- public const SDK_VERSION = '1.8.0';
+ public const SDK_VERSION = '2.0.0-beta.0';
}
0 commit comments