We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7f708 commit 7f83080Copy full SHA for 7f83080
dev-packages/e2e-tests/test-applications/nextjs-app-dir/app/server-component/featureFlag/page.tsx
@@ -6,8 +6,11 @@ export default async function FeatureFlagServerComponent() {
6
Sentry.buildLaunchDarklyFlagUsedHandler();
7
Sentry.launchDarklyIntegration();
8
Sentry.openFeatureIntegration();
9
+ // @ts-ignore - we just want to test that the statsigIntegration is imported
10
Sentry.statsigIntegration();
11
+ // @ts-ignore - we just want to test that the unleashIntegration is imported
12
Sentry.unleashIntegration();
13
+ // @ts-ignore - we just want to test that the OpenFeatureIntegrationHook is imported
14
Sentry.OpenFeatureIntegrationHook();
15
16
return <div>FeatureFlagServerComponent</div>;
0 commit comments