File tree Expand file tree Collapse file tree 2 files changed +2
-39
lines changed
dev-packages/browser-integration-tests/suites/integrations/featureFlags/launchdarkly Expand file tree Collapse file tree 2 files changed +2
-39
lines changed Original file line number Diff line number Diff line change 11import * as Sentry from '@sentry/browser' ;
2- import { launchDarklyIntegration , buildLaunchDarklyFlagUsedHandler } from '@sentry/browser' ;
32
43window . Sentry = Sentry ;
5- window . sentryLDIntegration = launchDarklyIntegration ( ) ;
4+ window . sentryLDIntegration = Sentry . launchDarklyIntegration ( ) ;
65
76Sentry . init ( {
87 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
@@ -31,6 +30,6 @@ window.initializeLD = () => {
3130 return MockLaunchDarkly . initialize (
3231 'example-client-id' ,
3332 { kind : 'user' , key : 'example-context-key' } ,
34- { inspectors : [ buildLaunchDarklyFlagUsedHandler ( ) ] } ,
33+ { inspectors : [ Sentry . buildLaunchDarklyFlagUsedHandler ( ) ] } ,
3534 ) ;
3635} ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments