Skip to content

Commit 4366e5a

Browse files
committed
Keep browser in docstr example
1 parent a93b0e0 commit 4366e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/integrations/featureFlags/featureFlagsIntegration.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ export interface FeatureFlagsIntegration extends Integration {
2222
*
2323
* @example
2424
* ```
25-
* import * as Sentry from '@sentry/*'; //TODO:
26-
* import { type FeatureFlagsIntegration } from '@sentry/*';
25+
* import * as Sentry from '@sentry/browser';
26+
* import { type FeatureFlagsIntegration } from '@sentry/browser';
2727
*
2828
* // Setup
2929
* Sentry.init(..., integrations: [Sentry.featureFlagsIntegration()])

0 commit comments

Comments
 (0)