Skip to content

Commit 5febe1e

Browse files
committed
Simplify docstr
1 parent aafbd95 commit 5febe1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/browser/src/integrations/featureFlags/unleash/integration.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@ import type { UnleashClient, UnleashClientClass } from './types';
1515
* import { UnleashClient } from 'unleash-proxy-client';
1616
* import * as Sentry from '@sentry/browser';
1717
*
18-
* const unleashIntegration = Sentry.unleashIntegration({unleashClientClass: UnleashClient});
19-
*
2018
* Sentry.init({
2119
* dsn: '___PUBLIC_DSN___',
22-
* integrations: [unleashIntegration],
20+
* integrations: [Sentry.unleashIntegration({unleashClientClass: UnleashClient})],
2321
* });
2422
*
2523
* const unleash = new UnleashClient(...);

0 commit comments

Comments
 (0)