Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(flags): add to integrations table and rename generic file #12343

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Sentry can track flag evaluations as they happen within your application. Flag
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 integrations with your existing system.

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

## Change Tracking
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/feature-flags/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ description: With Feature Flags, Sentry tracks feature flag evaluations in your

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

- [Generic](/platforms/javascript/configuration/integrations/generic/)
- [Generic](/platforms/javascript/configuration/integrations/featureflags/)
- [LaunchDarkly](/platforms/javascript/configuration/integrations/launchdarkly/)
- [OpenFeature](/platforms/javascript/configuration/integrations/openfeature/)

Expand Down
5 changes: 4 additions & 1 deletion platform-includes/configuration/integrations/javascript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@
| ----------------------------------------------------- | :--------------: | :--------: | :---------: | :--------: | :--------------------: |
| [`breadcrumbsIntegration`](./breadcrumbs) | ✓ | | | | ✓ |
| [`browserApiErrorsIntegration`](./browserapierrors) | ✓ | ✓ | | | |
| [`browserSessionIntegration`](./browsersession) | ✓ | | | | ✓ |
| [`dedupeIntegration`](./dedupe) | ✓ | ✓ | | | |
| [`functionToStringIntegration`](./functiontostring) | ✓ | | | | |
| [`globalHandlersIntegration`](./globalhandlers) | ✓ | ✓ | | | |
| [`httpContextIntegration`](./httpcontext) | ✓ | | | | ✓ |
| [`inboundFiltersIntegration`](./inboundfilters) | ✓ | ✓ | | | |
| [`linkedErrorsIntegration`](./linkederrors) | ✓ | ✓ | | | |
| [`browserProfilingIntegration`](./browserprofiling) | | | ✓ | | |
| [`browserSessionIntegration`](./browsersession) | ✓ | | | | ✓ |
| [`browserTracingIntegration`](./browsertracing) | | | ✓ | | ✓ |
| [`captureConsoleIntegration`](./captureconsole) | | | | | ✓ |
| [`contextLinesIntegration`](./contextlines) | | ✓ | | | |
| [`debugIntegration`](./debug) | | | | | |
| [`extraErrorDataIntegration`](./extraerrordata) | | | | | ✓ |
| [`featureFlagsIntegration`](./featureflags) | | | | | ✓ |
| [`httpClientIntegration`](./httpclient) | | ✓ | | | |
| [`launchDarklyIntegration`](./launchdarkly) | | | | | ✓ |
| [`moduleMetadataIntegration`](./modulemetadata) | | | | | ✓ |
| [`openFeatureIntegration`](./openfeature) | | | | | ✓ |
| [`rewriteFramesIntegration`](./rewriteframes) | | ✓ | | | |
| [`replayIntegration`](./replay) | | | | ✓ | ✓ |
| [`replayCanvasIntegration`](./replaycanvas) | | | | ✓ | |
Expand Down
Loading