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 7486518 commit 36ecce5Copy full SHA for 36ecce5
dev-packages/browser-integration-tests/suites/integrations/supabase/queues-schema/test.ts
@@ -1,4 +1,5 @@
1
-import { type Page, expect } from '@playwright/test';
+import type { Page } from '@playwright/test';
2
+import { expect } from '@playwright/test';
3
import type { Event } from '@sentry/core';
4
import { sentryTest } from '../../../../utils/fixtures';
5
import { getFirstSentryEnvelopeRequest, shouldSkipTracingTest } from '../../../../utils/helpers';
0 commit comments