Skip to content

Commit a381597

Browse files
authored
ref(flags): add to integrations table and rename generic file (#12343)
1 parent e12953e commit a381597

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/organization/integrations/feature-flag/generic/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sentry can track flag evaluations as they happen within your application. Flag
1313
To set up evaluation tracking, visit the [explore page](/product/explore/feature-flags/) and select the language and SDK of your choice. Not using a supported SDK? That's okay. We support generic solutions for your existing system.
1414

1515
To set up generic evaluation tracking, visit one of our supported languages' pages:
16-
* [JavaScript](/platforms/javascript/configuration/integrations/generic/)
16+
* [JavaScript](/platforms/javascript/configuration/integrations/featureflags/)
1717
* [Python](/platforms/python/feature-flags/#generic-api)
1818

1919
## Change Tracking

docs/platforms/javascript/common/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ description: With Feature Flags, Sentry tracks feature flag evaluations in your
3232

3333
Evaluation tracking requires enabling an SDK integration. Integrations are provider specific. Documentation for supported providers is listed below.
3434

35-
- [Generic](/platforms/javascript/configuration/integrations/generic/)
35+
- [Generic](/platforms/javascript/configuration/integrations/featureflags/)
3636
- [LaunchDarkly](/platforms/javascript/configuration/integrations/launchdarkly/)
3737
- [OpenFeature](/platforms/javascript/configuration/integrations/openfeature/)
3838

platform-includes/configuration/integrations/javascript.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@
44
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
55
| [`breadcrumbsIntegration`](./breadcrumbs) || | | ||
66
| [`browserApiErrorsIntegration`](./browserapierrors) ||| | | |
7+
| [`browserSessionIntegration`](./browsersession) || | | ||
78
| [`dedupeIntegration`](./dedupe) ||| | | |
89
| [`functionToStringIntegration`](./functiontostring) || | | | |
910
| [`globalHandlersIntegration`](./globalhandlers) ||| | | |
1011
| [`httpContextIntegration`](./httpcontext) || | | ||
1112
| [`inboundFiltersIntegration`](./inboundfilters) ||| | | |
1213
| [`linkedErrorsIntegration`](./linkederrors) ||| | | |
1314
| [`browserProfilingIntegration`](./browserprofiling) | | || | |
14-
| [`browserSessionIntegration`](./browsersession) || | | ||
1515
| [`browserTracingIntegration`](./browsertracing) | | || ||
1616
| [`captureConsoleIntegration`](./captureconsole) | | | | ||
1717
| [`contextLinesIntegration`](./contextlines) | || | | |
1818
| [`debugIntegration`](./debug) | | | | | |
1919
| [`extraErrorDataIntegration`](./extraerrordata) | | | | ||
20+
| [`featureFlagsIntegration`](./featureflags) | | | | ||
2021
| [`httpClientIntegration`](./httpclient) | || | | |
22+
| [`launchDarklyIntegration`](./launchdarkly) | | | | ||
2123
| [`moduleMetadataIntegration`](./modulemetadata) | | | | ||
24+
| [`openFeatureIntegration`](./openfeature) | | | | ||
2225
| [`rewriteFramesIntegration`](./rewriteframes) | || | | |
2326
| [`replayIntegration`](./replay) | | | |||
2427
| [`replayCanvasIntegration`](./replaycanvas) | | | || |

0 commit comments

Comments
 (0)