Skip to content

Commit e64c093

Browse files
feat: Add Sentry to default integration data (#6643)
1 parent 608ef49 commit e64c093

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

frontend/common/stores/default-flags.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,25 @@ const defaultFlags = {
187187
'tags': ['analytics'],
188188
'title': 'Segment',
189189
},
190+
'sentry': {
191+
'description': 'Send flag change events to Sentry.',
192+
'docs': 'https://docs.flagsmith.com/integrations/apm/sentry',
193+
'fields': [
194+
{
195+
'key': 'webhook_url',
196+
'label': 'Webhook URL',
197+
},
198+
{
199+
'hidden': true,
200+
'key': 'secret',
201+
'label': 'Secret',
202+
},
203+
],
204+
'image': '/static/images/integrations/sentry.svg',
205+
'perEnvironment': true,
206+
'tags': ['Monitoring'],
207+
'title': 'Sentry',
208+
},
190209
'slack': {
191210
'description':
192211
'Sends messages to Slack when flags are created, updated and removed. Logs are tagged with the environment they came from e.g. production.',

0 commit comments

Comments
 (0)