Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/sentry/integrations/cursor/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
from sentry.models.apitoken import generate_token
from sentry.shared_integrations.exceptions import IntegrationError

DESCRIPTION = "Connect your Sentry organization with Cursor Background Agents."
DESCRIPTION = "Connect your Sentry organization with Cursor Cloud Agents."

FEATURES = [
FeatureDescription(
"Launch Cursor Background Agents via Seer to fix issues.",
"Launch Cursor Cloud Agents via Seer to fix issues.",
IntegrationFeatures.CODING_AGENT,
),
]
Expand Down Expand Up @@ -128,7 +128,7 @@ def get_organization_config(self) -> list[dict[str, Any]]:
"name": "api_key",
"type": "secret",
"label": _("Cursor API Key"),
"help": _("Update the API key used by Cursor Background Agents."),
"help": _("Update the API key used by Cursor Cloud Agents."),
"required": True,
"placeholder": "***********************",
}
Expand Down
Loading