Skip to content

Commit 26fc48f

Browse files
feat: add Code References to project integrations page (#6974)
1 parent ffd2a11 commit 26fc48f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

frontend/common/stores/default-flags.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ const defaultFlags = {
2828
'perEnvironment': false,
2929
'title': 'Backstage',
3030
},
31+
'code-references': {
32+
'description':
33+
'Integrate with Code References to track feature flag usage in your codebase, and unlock new functionality in Flagsmith.',
34+
'docs': 'https://docs.flagsmith.com/managing-flags/code-references',
35+
'external': true,
36+
'image': '/static/images/integrations/code-references.svg',
37+
'perEnvironment': false,
38+
'title': 'Code References',
39+
},
3140
'datadog': {
3241
'description':
3342
'Sends events to Datadog for when flags are created, updated and removed. Logs are tagged with the environment they came from e.g. production.',
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)