Skip to content

Commit d566ee7

Browse files
committed
beep
1 parent 7f83080 commit d566ee7

File tree

1 file changed

+1
-2
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-app-dir/app/server-component/featureFlag

1 file changed

+1
-2
lines changed

dev-packages/e2e-tests/test-applications/nextjs-app-dir/app/server-component/featureFlag/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ export default async function FeatureFlagServerComponent() {
66
Sentry.buildLaunchDarklyFlagUsedHandler();
77
Sentry.launchDarklyIntegration();
88
Sentry.openFeatureIntegration();
9+
new Sentry.OpenFeatureIntegrationHook();
910
// @ts-ignore - we just want to test that the statsigIntegration is imported
1011
Sentry.statsigIntegration();
1112
// @ts-ignore - we just want to test that the unleashIntegration is imported
1213
Sentry.unleashIntegration();
13-
// @ts-ignore - we just want to test that the OpenFeatureIntegrationHook is imported
14-
Sentry.OpenFeatureIntegrationHook();
1514

1615
return <div>FeatureFlagServerComponent</div>;
1716
}

0 commit comments

Comments
 (0)