File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
dev-packages/e2e-tests/test-applications/nextjs-app-dir/app/server-component/featureFlag Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,11 @@ export default async function FeatureFlagServerComponent() {
6
6
Sentry . buildLaunchDarklyFlagUsedHandler ( ) ;
7
7
Sentry . launchDarklyIntegration ( ) ;
8
8
Sentry . openFeatureIntegration ( ) ;
9
+ new Sentry . OpenFeatureIntegrationHook ( ) ;
9
10
// @ts -ignore - we just want to test that the statsigIntegration is imported
10
11
Sentry . statsigIntegration ( ) ;
11
12
// @ts -ignore - we just want to test that the unleashIntegration is imported
12
13
Sentry . unleashIntegration ( ) ;
13
- // @ts -ignore - we just want to test that the OpenFeatureIntegrationHook is imported
14
- Sentry . OpenFeatureIntegrationHook ( ) ;
15
14
16
15
return < div > FeatureFlagServerComponent</ div > ;
17
16
}
You can’t perform that action at this time.
0 commit comments