{
  "name": "Get all releases in Sentry",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        210,
        300
      ]
    },
    {
      "id": null,
      "name": "Sentry.io",
      "type": "n8n-nodes-base.sentryIo",
      "position": [
        410,
        300
      ]
    },
    {
      "id": null,
      "name": "Sentry.io1",
      "type": "n8n-nodes-base.sentryIo",
      "position": [
        610,
        300
      ]
    }
  ],
  "connections": {
    "Sentry.io": {
      "main": [
        [
          {
            "node": "Sentry.io1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Sentry.io",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}