{
  "manifestVersion": 1,
  "process": {
    "slug": "set-up-error-tracking",
    "title": "Set up error tracking",
    "phase": "software",
    "description": "Configure error monitoring, alerting, and release tracking. Sentry is the canonical route; the observability arena ranks the alternatives."
  },
  "manifestUrl": "https://ultrametric.ai/productarena/processes/set-up-error-tracking/manifest.json",
  "steps": [
    {
      "id": "n1",
      "title": "Create Sentry project",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/0/teams/{org}/{team}/projects/",
          "type": "rest",
          "description": "Create Sentry project"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "sentry",
          "name": "Sentry",
          "productId": "sentry",
          "arena": "observability",
          "agentReady": 48.7,
          "mcpEndpoint": "https://mcp.sentry.dev/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/observability/product/sentry"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n2",
      "title": "Configure alert rules",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/0/projects/{org}/{project}/rules/",
          "type": "rest",
          "description": "Create alert rules"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "sentry",
          "name": "Sentry",
          "productId": "sentry",
          "arena": "observability",
          "agentReady": 48.7,
          "mcpEndpoint": "https://mcp.sentry.dev/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/observability/product/sentry"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n3",
      "title": "Connect Slack notifications",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [
        {
          "vendor": "sentry",
          "name": "Sentry",
          "productId": "sentry",
          "arena": "observability",
          "agentReady": 48.7,
          "mcpEndpoint": "https://mcp.sentry.dev/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/observability/product/sentry"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n4",
      "title": "Set up release tracking",
      "kind": "api",
      "route": "agent",
      "toolCall": null,
      "calls": [
        {
          "method": "POST /api/0/organizations/{org}/releases/",
          "type": "rest",
          "description": "Create release"
        }
      ],
      "vendorOptions": [
        {
          "vendor": "sentry",
          "name": "Sentry",
          "productId": "sentry",
          "arena": "observability",
          "agentReady": 48.7,
          "mcpEndpoint": "https://mcp.sentry.dev/mcp",
          "paProductUrl": "https://ultrametric.ai/productarena/arena/observability/product/sentry"
        }
      ],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 5,
      "async": false
    },
    {
      "id": "n5",
      "title": "Install SDK in codebase",
      "kind": "computer-use",
      "route": "form",
      "toolCall": null,
      "calls": [],
      "vendorOptions": [],
      "approvalRequired": true,
      "riskLevel": null,
      "estimatedMinutes": 10,
      "async": false
    }
  ],
  "provenance": {
    "source": "productarena",
    "url": "https://ultrametric.ai/productarena",
    "generatedFrom": "data/processes.json + data/process-chains.json (the ProductArena founder-process corpus), resolved against live arena leaderboards at build time. Regenerate by refetching this manifest URL — it always reflects the currently deployed data, not a pinned data commit.",
    "license": "ProductArena Data License (DATA-LICENSE in github.com/ultrametricai/productarena): querying and quoting with attribution to \"ProductArena by Ultrametric Inc\" is fine; bulk redistribution or use to build competing datasets requires written permission."
  }
}