File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/sentry/integrations/github Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 106106 """ ,
107107 IntegrationFeatures .ISSUE_BASIC ,
108108 ),
109+ FeatureDescription (
110+ """
111+ Automatically synchronize assignees to and from GitHub. Don't get confused
112+ who's fixing what, let us handle ensuring your issues and tickets match up
113+ to your Sentry and GitHub assignees.
114+ """ ,
115+ IntegrationFeatures .ISSUE_SYNC ,
116+ ),
117+ FeatureDescription (
118+ """
119+ Synchronize Comments on Sentry Issues directly to the linked GitHub issue.
120+ """ ,
121+ IntegrationFeatures .ISSUE_SYNC ,
122+ ),
109123 FeatureDescription (
110124 """
111125 Link your Sentry stack traces back to your GitHub source code with stack
@@ -689,6 +703,7 @@ class GitHubIntegrationProvider(IntegrationProvider):
689703 [
690704 IntegrationFeatures .COMMITS ,
691705 IntegrationFeatures .ISSUE_BASIC ,
706+ IntegrationFeatures .ISSUE_SYNC ,
692707 IntegrationFeatures .STACKTRACE_LINK ,
693708 IntegrationFeatures .CODEOWNERS ,
694709 ]
You can’t perform that action at this time.
0 commit comments