File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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.' ,
You can’t perform that action at this time.
0 commit comments