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 1
1
import * as Sentry from '@sentry/browser' ;
2
-
3
2
import { createClient } from '@supabase/supabase-js' ;
3
+
4
4
window . Sentry = Sentry ;
5
5
6
6
const 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' ;
2
2
import { expect } from '@playwright/test' ;
3
3
import type { Event } from '@sentry/core' ;
4
-
5
4
import { sentryTest } from '../../../../utils/fixtures' ;
6
5
import { getFirstSentryEnvelopeRequest , shouldSkipTracingTest } from '../../../../utils/helpers' ;
7
6
Original file line number Diff line number Diff line change 1
1
import * as Sentry from '@sentry/browser' ;
2
-
3
2
import { createClient } from '@supabase/supabase-js' ;
3
+
4
4
window . Sentry = Sentry ;
5
5
6
6
const supabaseClient = createClient ( 'https://test.supabase.co' , 'test-key' , {
Original file line number Diff line number Diff line change 1
1
import { type Page , expect } from '@playwright/test' ;
2
2
import type { Event } from '@sentry/core' ;
3
-
4
3
import { sentryTest } from '../../../../utils/fixtures' ;
5
4
import { getFirstSentryEnvelopeRequest , shouldSkipTracingTest } from '../../../../utils/helpers' ;
6
5
You can’t perform that action at this time.
0 commit comments