File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
dev-packages/browser-integration-tests/suites/integrations/supabase Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/browser' ;
2-
32import { createClient } from '@supabase/supabase-js' ;
3+
44window . Sentry = Sentry ;
55
66const supabaseClient = createClient ( 'https://test.supabase.co' , 'test-key' , {
Original file line number Diff line number Diff line change 1- import type { Page } from '@playwright/test' ;
1+ import type { Page } from '@playwright/test' ;
22import { expect } from '@playwright/test' ;
33import type { Event } from '@sentry/core' ;
4-
54import { sentryTest } from '../../../../utils/fixtures' ;
65import { getFirstSentryEnvelopeRequest , shouldSkipTracingTest } from '../../../../utils/helpers' ;
76
Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/browser' ;
2-
32import { createClient } from '@supabase/supabase-js' ;
3+
44window . Sentry = Sentry ;
55
66const supabaseClient = createClient ( 'https://test.supabase.co' , 'test-key' , {
Original file line number Diff line number Diff line change 11import { type Page , expect } from '@playwright/test' ;
22import type { Event } from '@sentry/core' ;
3-
43import { sentryTest } from '../../../../utils/fixtures' ;
54import { getFirstSentryEnvelopeRequest , shouldSkipTracingTest } from '../../../../utils/helpers' ;
65
You can’t perform that action at this time.
0 commit comments