You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/metrics/pageload-measure-spans-domexception-details/init.js
Copy file name to clipboardExpand all lines: dev-packages/browser-integration-tests/suites/tracing/metrics/pageload-measure-spans-domexception-details/test.ts
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ sentryTest(
17
17
18
18
// Find all measure spans
19
19
constmeasureSpans=eventData.spans?.filter(({ op })=>op==='measure');
20
-
expect(measureSpans?.length).toBe(2);// Both measures should create spans
20
+
expect(measureSpans?.length).toBe(3);// All three measures should create spans
21
21
22
22
// Test 1: Verify the restricted-test-measure span exists but has no detail
0 commit comments