Skip to content

Commit b42fc6b

Browse files
authored
feat(feature flags): Add feature flag integrations to js frameworks with Browser Integrations sections (#13252)
* feat(feature flags): Add feature flag integrations to js frameworks with Browser Integrations sections * another one * sort first by auto-enabled, then alpha
1 parent 9fccf68 commit b42fc6b

File tree

8 files changed

+52
-17
lines changed

8 files changed

+52
-17
lines changed

platform-includes/configuration/integrations/javascript.astro.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,22 @@ Depending on whether an integration enhances the functionality of a particular r
2525
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
2626
| [`breadcrumbsIntegration`](./breadcrumbs) || | | ||
2727
| [`browserApiErrorsIntegration`](./browserapierrors) ||| | | |
28+
| [`browserSessionIntegration`](./browsersession) || | | ||
2829
| [`browserTracingIntegration`](./browsertracing) || || ||
2930
| [`globalHandlersIntegration`](./globalhandlers) ||| | | |
3031
| [`httpContextIntegration`](./httpcontext) || | | ||
3132
| [`browserProfilingIntegration`](./browserprofiling) | | || | |
32-
| [`browserSessionIntegration`](./browsersession) || | | ||
3333
| [`contextLinesIntegration`](./contextlines) | || | | |
34+
| [`featureFlagsIntegration`](./featureflags) | | | | ||
3435
| [`httpClientIntegration`](./httpclient) | || | | |
36+
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
3537
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
36-
| [`replayIntegration`](./replay) | | | | ||
38+
| [`openFeatureIntegration`](./openfeature) | | | | ||
3739
| [`replayCanvasIntegration`](./replaycanvas) | | | || |
40+
| [`replayIntegration`](./replay) | | | |||
3841
| [`reportingObserverIntegration`](./reportingobserver) | || | | |
42+
| [`statsigIntegration`](./statsig) | | | | ||
43+
| [`unleashIntegration`](./unleash) | | | | ||
3944

4045
### Node.js Integrations
4146

platform-includes/configuration/integrations/javascript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
2222
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
2323
| [`openFeatureIntegration`](./openfeature) | | | | ||
24-
| [`rewriteFramesIntegration`](./rewriteframes) | || | | |
25-
| [`replayIntegration`](./replay) | | | |||
2624
| [`replayCanvasIntegration`](./replaycanvas) | | | || |
25+
| [`replayIntegration`](./replay) | | | |||
2726
| [`reportingObserverIntegration`](./reportingobserver) | || | | |
27+
| [`rewriteFramesIntegration`](./rewriteframes) | || | | |
2828
| [`statsigIntegration`](./statsig) | | | | ||
2929
| [`unleashIntegration`](./unleash) | | | | ||

platform-includes/configuration/integrations/javascript.nextjs.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,22 @@ Depending on whether an integration enhances the functionality of a particular r
2525
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
2626
| [`breadcrumbsIntegration`](./breadcrumbs) || | | ||
2727
| [`browserApiErrorsIntegration`](./browserapierrors) ||| | | |
28+
| [`browserSessionIntegration`](./browsersession) || | | ||
2829
| [`browserTracingIntegration`](./browsertracing) || || ||
2930
| [`globalHandlersIntegration`](./globalhandlers) ||| | | |
3031
| [`httpContextIntegration`](./httpcontext) || | | ||
3132
| [`browserProfilingIntegration`](./browserprofiling) | | || | |
32-
| [`browserSessionIntegration`](./browsersession) || | | ||
3333
| [`contextLinesIntegration`](./contextlines) | || | | |
34+
| [`featureFlagsIntegration`](./featureflags) | | | | ||
3435
| [`httpClientIntegration`](./httpclient) | || | | |
36+
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
3537
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
36-
| [`replayIntegration`](./replay) | | | | ||
38+
| [`openFeatureIntegration`](./openfeature) | | | | ||
3739
| [`replayCanvasIntegration`](./replaycanvas) | | | || |
40+
| [`replayIntegration`](./replay) | | | |||
3841
| [`reportingObserverIntegration`](./reportingobserver) | || | | |
42+
| [`statsigIntegration`](./statsig) | | | | ||
43+
| [`unleashIntegration`](./unleash) | | | | ||
3944

4045
### Server (Node.js, Edge) Integrations
4146

platform-includes/configuration/integrations/javascript.nuxt.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,22 @@ Depending on whether an integration enhances the functionality of a particular r
2424
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
2525
| [`breadcrumbsIntegration`](./breadcrumbs) || | | ||
2626
| [`browserApiErrorsIntegration`](./browserapierrors) ||| | | |
27+
| [`browserSessionIntegration`](./browsersession) || | | ||
2728
| [`browserTracingIntegration`](./browsertracing) || || ||
2829
| [`globalHandlersIntegration`](./globalhandlers) ||| | | |
2930
| [`httpContextIntegration`](./httpcontext) || | | ||
3031
| [`browserProfilingIntegration`](./browserprofiling) | | || | |
31-
| [`browserSessionIntegration`](./browsersession) || | | ||
3232
| [`contextLinesIntegration`](./contextlines) | || | | |
33+
| [`featureFlagsIntegration`](./featureflags) | | | | ||
3334
| [`httpClientIntegration`](./httpclient) | || | | |
35+
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
3436
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
35-
| [`replayIntegration`](./replay) | | | | ||
37+
| [`openFeatureIntegration`](./openfeature) | | | | ||
3638
| [`replayCanvasIntegration`](./replaycanvas) | | | || |
39+
| [`replayIntegration`](./replay) | | | |||
3740
| [`reportingObserverIntegration`](./reportingobserver) | || | | |
41+
| [`statsigIntegration`](./statsig) | | | | ||
42+
| [`unleashIntegration`](./unleash) | | | | ||
3843

3944
### Node.js Integrations
4045

platform-includes/configuration/integrations/javascript.remix.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,22 @@ Depending on whether an integration enhances the functionality of a particular r
2424
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
2525
| [`breadcrumbsIntegration`](./breadcrumbs) || | | ||
2626
| [`browserApiErrorsIntegration`](./browserapierrors) ||| | | |
27+
| [`browserSessionIntegration`](./browsersession) || | | ||
2728
| [`browserTracingIntegration`](./browsertracing) || || ||
2829
| [`globalHandlersIntegration`](./globalhandlers) ||| | | |
2930
| [`httpContextIntegration`](./httpcontext) || | | ||
3031
| [`browserProfilingIntegration`](./browserprofiling) | | || | |
31-
| [`browserSessionIntegration`](./browsersession) || | | ||
3232
| [`contextLinesIntegration`](./contextlines) | || | | |
33+
| [`featureFlagsIntegration`](./featureflags) | | | | ||
3334
| [`httpClientIntegration`](./httpclient) | || | | |
35+
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
3436
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
35-
| [`replayIntegration`](./replay) | | | | ||
37+
| [`openFeatureIntegration`](./openfeature) | | | | ||
3638
| [`replayCanvasIntegration`](./replaycanvas) | | | || |
39+
| [`replayIntegration`](./replay) | | | |||
3740
| [`reportingObserverIntegration`](./reportingobserver) | || | | |
41+
| [`statsigIntegration`](./statsig) | | | | ||
42+
| [`unleashIntegration`](./unleash) | | | | ||
3843

3944
### Node.js Integrations
4045

platform-includes/configuration/integrations/javascript.solidstart.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,22 @@ Depending on whether an integration enhances the functionality of a particular r
2424
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
2525
| [`breadcrumbsIntegration`](./breadcrumbs) || | | ||
2626
| [`browserApiErrorsIntegration`](./browserapierrors) ||| | | |
27+
| [`browserSessionIntegration`](./browsersession) || | | ||
2728
| [`browserTracingIntegration`](./browsertracing) || || ||
2829
| [`globalHandlersIntegration`](./globalhandlers) ||| | | |
2930
| [`httpContextIntegration`](./httpcontext) || | | ||
3031
| [`browserProfilingIntegration`](./browserprofiling) | | || | |
31-
| [`browserSessionIntegration`](./browsersession) || | | ||
3232
| [`contextLinesIntegration`](./contextlines) | || | | |
33+
| [`featureFlagsIntegration`](./featureflags) | | | | ||
3334
| [`httpClientIntegration`](./httpclient) | || | | |
35+
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
3436
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
35-
| [`replayIntegration`](./replay) | | | | ||
37+
| [`openFeatureIntegration`](./openfeature) | | | | ||
3638
| [`replayCanvasIntegration`](./replaycanvas) | | | || |
39+
| [`replayIntegration`](./replay) | | | |||
3740
| [`reportingObserverIntegration`](./reportingobserver) | || | | |
41+
| [`statsigIntegration`](./statsig) | | | | ||
42+
| [`unleashIntegration`](./unleash) | | | | ||
3843

3944
### Node.js Integrations
4045

0 commit comments

Comments
 (0)