Skip to content

Commit

Permalink
ref(flags): temporarily mention beta release version in JS integratio…
Browse files Browse the repository at this point in the history
…n 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
  • Loading branch information
aliu39 authored Dec 6, 2024
1 parent 217b4d3 commit fdbdf00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ notSupported:

<Alert level="info">

This integration only works inside a browser environment.
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).

</Alert>

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

## Install

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.
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.

## Configure

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ notSupported:

<Alert level="info">

This integration only works inside a browser environment.
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).

</Alert>

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

## Install

Install [`@sentry/browser`](https://www.npmjs.com/package/@sentry/browser) and [`@openfeature/web-sdk`](https://www.npmjs.com/package/@openfeature/web-sdk) from npm.
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.

## Configure

Expand Down

0 comments on commit fdbdf00

Please sign in to comment.