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 a93b0e0 commit 4366e5aCopy full SHA for 4366e5a
packages/core/src/integrations/featureFlags/featureFlagsIntegration.ts
@@ -22,8 +22,8 @@ export interface FeatureFlagsIntegration extends Integration {
22
*
23
* @example
24
* ```
25
- * import * as Sentry from '@sentry/*'; //TODO:
26
- * import { type FeatureFlagsIntegration } from '@sentry/*';
+ * import * as Sentry from '@sentry/browser';
+ * import { type FeatureFlagsIntegration } from '@sentry/browser';
27
28
* // Setup
29
* Sentry.init(..., integrations: [Sentry.featureFlagsIntegration()])
0 commit comments