Integration management
Component-composed provider catalog, detail, connected inventory, configuration recovery, and mobile states.
Workspace integration operations
Provider discovery, detail, connection records, configuration recovery, and narrow catalog pressure.
Complete screen
Connect Sentry
Review what Sentry can access, then choose which incidents should reach your team.
Before you connect
Associate application errors with deployments and workspace release history.
| Status | Available |
|---|---|
| Category | Observability |
| Authorization | Workspace owner approval required |
| Data shared | Release names, deployment references, and error identifiers |
Configure Sentry
Choose where incident events should be delivered after authorization.
Viewport
Ruby
test/dummy/app/components/gallery/compositions/integration_management_page.rbworkspace_surface do
render_header
case state
when "catalog", "mobile"
render_catalog
when "detail"
render_provider_detail
when "connected"
render_connected
when "config-error"
render_configuration(invalid: true)
end
end