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 61243cd commit 56e005cCopy full SHA for 56e005c
dev-packages/browser-integration-tests/suites/integrations/viewHierarchy/test.ts
@@ -1,7 +1,7 @@
1
import { expect } from '@playwright/test';
2
import type { ViewHierarchyData } from '@sentry/core';
3
import { sentryTest } from '../../../utils/fixtures';
4
-import { getMultipleSentryEnvelopeRequests, envelopeParser, shouldSkipTracingTest } from '../../../utils/helpers';
+import { getMultipleSentryEnvelopeRequests, envelopeParser } from '../../../utils/helpers';
5
6
sentryTest('Captures view hierarchy as attachment', async ({ getLocalTestUrl, page }) => {
7
const bundle = process.env.PW_BUNDLE;
0 commit comments