Skip to content

Commit 859803a

Browse files
authored
feat(Integrations): Add Backstage to default integrations (#6774)
1 parent a833207 commit 859803a

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

frontend/common/stores/default-flags.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ const defaultFlags = {
1919
'tags': ['analytics'],
2020
'title': 'Amplitude',
2121
},
22+
'backstage': {
23+
'description':
24+
'View your Flagsmith feature flags inside your Backstage developer portal.',
25+
'docs': 'https://docs.flagsmith.com/third-party-integrations/backstage',
26+
'external': true,
27+
'image': '/static/images/integrations/backstage.svg',
28+
'perEnvironment': false,
29+
'title': 'Backstage',
30+
},
2231
'datadog': {
2332
'description':
2433
'Sends events to Datadog for when flags are created, updated and removed. Logs are tagged with the environment they came from e.g. production.',
@@ -90,7 +99,6 @@ const defaultFlags = {
9099
'tags': ['logging'],
91100
'title': 'Grafana',
92101
},
93-
94102
'heap': {
95103
'description': 'Sends data on what flags served to each identity.',
96104
'docs': 'https://docs.flagsmith.com/integrations/analytics/heap',
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)