Skip to content

Commit fdbdf00

Browse files
authored
ref(flags): temporarily mention beta release version in JS integration docs (#12073)
* ref(flags): temporarily mention beta release version in JS integration docs * Update other link * Update openfeature * review comments * Rm mention of 8.43
1 parent 217b4d3 commit fdbdf00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/platforms/javascript/common/configuration/integrations/launchdarkly.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ notSupported:
2525

2626
<Alert level="info">
2727

28-
This integration only works inside a browser environment.
28+
This integration only works inside a browser environment. To use it, please install @sentry/browser [v8.41.0-beta.1](https://www.npmjs.com/package/@sentry/browser/v/8.41.0-beta.1).
2929

3030
</Alert>
3131

@@ -35,7 +35,7 @@ _Import names: `Sentry.launchDarklyIntegration` and `Sentry.buildLaunchDarklyFla
3535

3636
## Install
3737

38-
Install [`@sentry/browser`](https://www.npmjs.com/package/@sentry/browser) and [`launchdarkly-js-client-sdk`](https://www.npmjs.com/package/launchdarkly-js-client-sdk) from npm.
38+
Install [`@sentry/browser`](https://www.npmjs.com/package/@sentry/browser/v/8.41.0-beta.1) and [`launchdarkly-js-client-sdk`](https://www.npmjs.com/package/launchdarkly-js-client-sdk) from npm.
3939

4040
## Configure
4141

docs/platforms/javascript/common/configuration/integrations/openfeature.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ notSupported:
2525

2626
<Alert level="info">
2727

28-
This integration only works inside a browser environment.
28+
This integration only works inside a browser environment. To use it, please install @sentry/browser [v8.41.0-beta.1](https://www.npmjs.com/package/@sentry/browser/v/8.41.0-beta.1).
2929

3030
</Alert>
3131

@@ -35,7 +35,7 @@ _Import name: `Sentry.openFeatureIntegration` and `Sentry.OpenFeatureIntegration
3535

3636
## Install
3737

38-
Install [`@sentry/browser`](https://www.npmjs.com/package/@sentry/browser) and [`@openfeature/web-sdk`](https://www.npmjs.com/package/@openfeature/web-sdk) from npm.
38+
Install [`@sentry/browser`](https://www.npmjs.com/package/@sentry/browser/v/8.41.0-beta.1) and [`@openfeature/web-sdk`](https://www.npmjs.com/package/@openfeature/web-sdk) from npm.
3939

4040
## Configure
4141

0 commit comments

Comments
 (0)