Skip to content

Commit

Permalink
ref(flags): Revert "temporarily mention beta release version in JS in…
Browse files Browse the repository at this point in the history
…tegration docs" (#12096)

* Revert "ref(flags): temporarily mention beta release version in JS integratio…"

This reverts commit fdbdf00.

* Remove mentions to browser package
  • Loading branch information
aliu39 authored Dec 11, 2024
1 parent bb77b1e commit 78036dc
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. 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).
This integration only works inside a browser environment.

</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/v/8.41.0-beta.1) and [`launchdarkly-js-client-sdk`](https://www.npmjs.com/package/launchdarkly-js-client-sdk) from npm.
Install your platform's Sentry SDK 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. 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).
This integration only works inside a browser environment.

</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/v/8.41.0-beta.1) and [`@openfeature/web-sdk`](https://www.npmjs.com/package/@openfeature/web-sdk) from npm.
Install your platform's Sentry SDK and [`@openfeature/web-sdk`](https://www.npmjs.com/package/@openfeature/web-sdk) from npm.

## Configure

Expand Down

0 comments on commit 78036dc

Please sign in to comment.