File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sentry/integrations/cursor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626from sentry .models .apitoken import generate_token
2727from sentry .shared_integrations .exceptions import IntegrationError
2828
29- DESCRIPTION = "Connect your Sentry organization with Cursor Background Agents."
29+ DESCRIPTION = "Connect your Sentry organization with Cursor Cloud Agents."
3030
3131FEATURES = [
3232 FeatureDescription (
33- "Launch Cursor Background Agents via Seer to fix issues." ,
33+ "Launch Cursor Cloud Agents via Seer to fix issues." ,
3434 IntegrationFeatures .CODING_AGENT ,
3535 ),
3636]
@@ -128,7 +128,7 @@ def get_organization_config(self) -> list[dict[str, Any]]:
128128 "name" : "api_key" ,
129129 "type" : "secret" ,
130130 "label" : _ ("Cursor API Key" ),
131- "help" : _ ("Update the API key used by Cursor Background Agents." ),
131+ "help" : _ ("Update the API key used by Cursor Cloud Agents." ),
132132 "required" : True ,
133133 "placeholder" : "***********************" ,
134134 }
You can’t perform that action at this time.
0 commit comments