Skip to content

Commit 7f83080

Browse files
committed
ts-ignore the args
1 parent 2b7f708 commit 7f83080

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ export default async function FeatureFlagServerComponent() {
66
Sentry.buildLaunchDarklyFlagUsedHandler();
77
Sentry.launchDarklyIntegration();
88
Sentry.openFeatureIntegration();
9+
// @ts-ignore - we just want to test that the statsigIntegration is imported
910
Sentry.statsigIntegration();
11+
// @ts-ignore - we just want to test that the unleashIntegration is imported
1012
Sentry.unleashIntegration();
13+
// @ts-ignore - we just want to test that the OpenFeatureIntegrationHook is imported
1114
Sentry.OpenFeatureIntegrationHook();
1215

1316
return <div>FeatureFlagServerComponent</div>;

0 commit comments

Comments
 (0)