You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add methods to get and update organization integration configData (#80)
* Extend OrganizationIntegrationsService to support GET org integration details endpoint
* Support variable shape configData for org integrations
* Implement OrganizationIntegrationsService UpdateConfig
"text": "The PagerDuty integration adds a new Alert Rule action to all projects. To enable automatic notifications sent to PagerDuty you must create a rule using the PagerDuty action in your project settings."
124
+
}
125
+
]
126
+
}
127
+
},
128
+
"configOrganization": [
129
+
{
130
+
"name": "service_table",
131
+
"type": "table",
132
+
"label": "PagerDuty services with the Sentry integration enabled",
133
+
"help": "If services need to be updated, deleted, or added manually please do so here. Alert rules will need to be individually updated for any additions or deletions of services.",
134
+
"addButtonText": "",
135
+
"columnLabels": {
136
+
"service": "Service",
137
+
"integration_key": "Integration Key"
138
+
},
139
+
"columnKeys": [
140
+
"service",
141
+
"integration_key"
142
+
],
143
+
"confirmDeleteMessage": "Any alert rules associated with this service will stop working. The rules will still exist but will show a removed service."
0 commit comments