{
  "events": [
    {
      "createdAt": "2027-01-15T09:00:00.000Z",
      "eventId": "00000000000000000000000000000001",
      "groupId": "7600000001",
      "id": 1,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T09:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000001",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook delivery ignored provider Retry-After; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T09:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T10:11:00.000Z",
      "eventId": "00000000000000000000000000000002",
      "groupId": "7600000001",
      "id": 2,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T10:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000002",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook delivery ignored provider Retry-After; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T10:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T11:22:00.000Z",
      "eventId": "00000000000000000000000000000003",
      "groupId": "7600000001",
      "id": 3,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T11:22:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000003",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook delivery ignored provider Retry-After; occurrence 3.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "3"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T11:22:00.000Z"
    },
    {
      "createdAt": "2027-01-15T12:33:00.000Z",
      "eventId": "00000000000000000000000000000004",
      "groupId": "7600000001",
      "id": 4,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T12:33:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000004",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook delivery ignored provider Retry-After; occurrence 4.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "4"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T12:33:00.000Z"
    },
    {
      "createdAt": "2027-01-15T13:44:00.000Z",
      "eventId": "00000000000000000000000000000005",
      "groupId": "7600000001",
      "id": 5,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T13:44:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000005",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook delivery ignored provider Retry-After; occurrence 5.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "5"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T13:44:00.000Z"
    },
    {
      "createdAt": "2027-01-15T14:00:00.000Z",
      "eventId": "00000000000000000000000000000006",
      "groupId": "7600000002",
      "id": 6,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T14:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000006",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook circuit remained open after recovery; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "CircuitBreakerOpenError: Webhook circuit remained open after recovery",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T14:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T15:11:00.000Z",
      "eventId": "00000000000000000000000000000007",
      "groupId": "7600000002",
      "id": 7,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T15:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000007",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook circuit remained open after recovery; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "CircuitBreakerOpenError: Webhook circuit remained open after recovery",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T15:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T16:22:00.000Z",
      "eventId": "00000000000000000000000000000008",
      "groupId": "7600000002",
      "id": 8,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T16:22:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000008",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook circuit remained open after recovery; occurrence 3.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "3"
          }
        ],
        "title": "CircuitBreakerOpenError: Webhook circuit remained open after recovery",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T16:22:00.000Z"
    },
    {
      "createdAt": "2027-01-15T17:33:00.000Z",
      "eventId": "00000000000000000000000000000009",
      "groupId": "7600000002",
      "id": 9,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T17:33:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000009",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Webhook circuit remained open after recovery; occurrence 4.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "4"
          }
        ],
        "title": "CircuitBreakerOpenError: Webhook circuit remained open after recovery",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T17:33:00.000Z"
    },
    {
      "createdAt": "2027-01-15T08:00:00.000Z",
      "eventId": "0000000000000000000000000000000a",
      "groupId": "7600000003",
      "id": 10,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T08:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000000a",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Provider response omitted the expected cursor field; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "PayloadSchemaDriftError: Provider response omitted the expected cursor field",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T08:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T09:11:00.000Z",
      "eventId": "0000000000000000000000000000000b",
      "groupId": "7600000003",
      "id": 11,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T09:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000000b",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Provider response omitted the expected cursor field; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "PayloadSchemaDriftError: Provider response omitted the expected cursor field",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T09:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T10:22:00.000Z",
      "eventId": "0000000000000000000000000000000c",
      "groupId": "7600000003",
      "id": 12,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T10:22:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000000c",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Provider response omitted the expected cursor field; occurrence 3.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "3"
          }
        ],
        "title": "PayloadSchemaDriftError: Provider response omitted the expected cursor field",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T10:22:00.000Z"
    },
    {
      "createdAt": "2027-01-15T11:00:00.000Z",
      "eventId": "0000000000000000000000000000000d",
      "groupId": "7600000004",
      "id": 13,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T11:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000000d",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Connector refresh token was rejected during a scheduled sync; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "OAuthRefreshRejectedError: Connector refresh token was rejected during a scheduled sync",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T11:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T12:11:00.000Z",
      "eventId": "0000000000000000000000000000000e",
      "groupId": "7600000004",
      "id": 14,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T12:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000000e",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Connector refresh token was rejected during a scheduled sync; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "OAuthRefreshRejectedError: Connector refresh token was rejected during a scheduled sync",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T12:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T13:22:00.000Z",
      "eventId": "0000000000000000000000000000000f",
      "groupId": "7600000004",
      "id": 15,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T13:22:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000000f",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Connector refresh token was rejected during a scheduled sync; occurrence 3.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "3"
          }
        ],
        "title": "OAuthRefreshRejectedError: Connector refresh token was rejected during a scheduled sync",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T13:22:00.000Z"
    },
    {
      "createdAt": "2027-01-15T14:00:00.000Z",
      "eventId": "00000000000000000000000000000010",
      "groupId": "7600000005",
      "id": 16,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T14:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000010",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "State reset exceeded the verifier deadline; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "StateResetTimeoutError: State reset exceeded the verifier deadline",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T14:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T15:11:00.000Z",
      "eventId": "00000000000000000000000000000011",
      "groupId": "7600000005",
      "id": 17,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T15:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000011",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "State reset exceeded the verifier deadline; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "StateResetTimeoutError: State reset exceeded the verifier deadline",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T15:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T16:22:00.000Z",
      "eventId": "00000000000000000000000000000012",
      "groupId": "7600000005",
      "id": 18,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T16:22:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000012",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "State reset exceeded the verifier deadline; occurrence 3.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "3"
          }
        ],
        "title": "StateResetTimeoutError: State reset exceeded the verifier deadline",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T16:22:00.000Z"
    },
    {
      "createdAt": "2027-01-15T17:00:00.000Z",
      "eventId": "00000000000000000000000000000013",
      "groupId": "7600000006",
      "id": 19,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T17:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000013",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Mutation changed the correct collection but the wrong issue; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "VerifierTargetMismatchError: Mutation changed the correct collection but the wrong issue",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T17:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T08:11:00.000Z",
      "eventId": "00000000000000000000000000000014",
      "groupId": "7600000006",
      "id": 20,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T08:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000014",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Mutation changed the correct collection but the wrong issue; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "VerifierTargetMismatchError: Mutation changed the correct collection but the wrong issue",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T08:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T09:00:00.000Z",
      "eventId": "00000000000000000000000000000015",
      "groupId": "7600000007",
      "id": 21,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T09:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000015",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Delivery queue stopped advancing after a partial provider page; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "QueueCheckpointStalledError: Delivery queue stopped advancing after a partial provider page",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T09:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T10:11:00.000Z",
      "eventId": "00000000000000000000000000000016",
      "groupId": "7600000007",
      "id": 22,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T10:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000016",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Delivery queue stopped advancing after a partial provider page; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "QueueCheckpointStalledError: Delivery queue stopped advancing after a partial provider page",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T10:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T11:00:00.000Z",
      "eventId": "00000000000000000000000000000017",
      "groupId": "7600000008",
      "id": 23,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T11:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000017",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Incremental sync cursor expired before replay; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "CursorExpiredError: Incremental sync cursor expired before replay",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T11:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T12:11:00.000Z",
      "eventId": "00000000000000000000000000000018",
      "groupId": "7600000008",
      "id": 24,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T12:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000018",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Incremental sync cursor expired before replay; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "CursorExpiredError: Incremental sync cursor expired before replay",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T12:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T13:00:00.000Z",
      "eventId": "00000000000000000000000000000019",
      "groupId": "7600000009",
      "id": 25,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T13:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "00000000000000000000000000000019",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Connector token lacks the required history scope; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "PermissionScopeMissingError: Connector token lacks the required history scope",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T13:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T14:11:00.000Z",
      "eventId": "0000000000000000000000000000001a",
      "groupId": "7600000009",
      "id": 26,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T14:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000001a",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Connector token lacks the required history scope; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "PermissionScopeMissingError: Connector token lacks the required history scope",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T14:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T15:00:00.000Z",
      "eventId": "0000000000000000000000000000001b",
      "groupId": "7600000010",
      "id": 27,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T15:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000001b",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Incoming webhook signature did not verify; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "SignatureVerificationError: Incoming webhook signature did not verify",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T15:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T16:11:00.000Z",
      "eventId": "0000000000000000000000000000001c",
      "groupId": "7600000010",
      "id": 28,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T16:11:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000001c",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "Incoming webhook signature did not verify; occurrence 2.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "2"
          }
        ],
        "title": "SignatureVerificationError: Incoming webhook signature did not verify",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T16:11:00.000Z"
    },
    {
      "createdAt": "2027-01-15T17:00:00.000Z",
      "eventId": "0000000000000000000000000000001d",
      "groupId": "7600000011",
      "id": 29,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T17:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000001d",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "A session observed state owned by a different evaluation run; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "javascript",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "IsolationLeakDetectedError: A session observed state owned by a different evaluation run",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T17:00:00.000Z"
    },
    {
      "createdAt": "2027-01-15T08:00:00.000Z",
      "eventId": "0000000000000000000000000000001e",
      "groupId": "7600000012",
      "id": 30,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {
          "emptyList": [],
          "emptyMap": {},
          "length": 10837790,
          "results": [
            1,
            2,
            3,
            4,
            5
          ],
          "session": {
            "foo": "bar"
          },
          "unauthorized": false,
          "url": "http://example.org/foo/bar/"
        },
        "contexts": {
          "browser": {
            "browser": "Chrome 65.0.3325",
            "name": "Chrome",
            "type": "browser",
            "version": "65.0.3325"
          },
          "client_os": {
            "name": "Windows",
            "os": "Windows 8",
            "type": "os",
            "version": "8"
          },
          "os": {
            "name": "Mac OS X",
            "os": "Mac OS X 10.13.4",
            "type": "os",
            "version": "10.13.4"
          }
        },
        "crashFile": null,
        "culprit": "poll(../../sentry/scripts/views.js)",
        "dateCreated": "2027-01-15T08:00:00.000Z",
        "dateReceived": "2026-06-03T21:56:39.102803Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "formatted": "This is an example Node.js exception"
            },
            "type": "message"
          },
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 50,
                        "context": [
                          [
                            278,
                            "        removeMember: function(member){"
                          ],
                          [
                            279,
                            "            this.collection.remove(member);"
                          ],
                          [
                            280,
                            "        },"
                          ],
                          [
                            281,
                            ""
                          ],
                          [
                            282,
                            "        renderMemberInContainer: function(member){"
                          ],
                          [
                            283,
                            "            var new_pos = this.collection.indexOf(member),"
                          ],
                          [
                            284,
                            "                $el, $rel;"
                          ],
                          [
                            285,
                            ""
                          ],
                          [
                            286,
                            "            this.$parent.find('li.empty').remove();"
                          ],
                          [
                            287,
                            ""
                          ],
                          [
                            288,
                            "            $el = $('#' + this.id + member.id);"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "member",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 283,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14930,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.updateMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 16,
                        "context": [
                          [
                            263,
                            "            var existing = this.collection.get(member.id);"
                          ],
                          [
                            264,
                            "            if (existing.get('version') > member.get('version'))"
                          ],
                          [
                            265,
                            "                return;"
                          ],
                          [
                            266,
                            ""
                          ],
                          [
                            267,
                            "            this.collection.add(member, {"
                          ],
                          [
                            268,
                            "                merge: true,"
                          ],
                          [
                            269,
                            "                sort: options.sort !== false ? true : false"
                          ],
                          [
                            270,
                            "            });"
                          ],
                          [
                            271,
                            ""
                          ],
                          [
                            272,
                            "        },"
                          ],
                          [
                            273,
                            ""
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "merge",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 268,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 14663,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.OrderedElementsView.Backbone.View.extend.addMember",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "../../sentry/scripts/views.js",
                        "colNo": 46,
                        "context": [
                          [
                            384,
                            ""
                          ],
                          [
                            385,
                            "        poll: function(){"
                          ],
                          [
                            386,
                            "            var data;"
                          ],
                          [
                            387,
                            ""
                          ],
                          [
                            388,
                            "            if (!this.options.realtime || !this.options.pollUrl)"
                          ],
                          [
                            389,
                            "                return window.setTimeout(this.poll, this.options.pollTime);"
                          ],
                          [
                            390,
                            ""
                          ],
                          [
                            391,
                            "            data = app.utils.getQueryParams();"
                          ],
                          [
                            392,
                            "            data.cursor = this.cursor || undefined;"
                          ],
                          [
                            393,
                            ""
                          ],
                          [
                            394,
                            "            $.ajax({"
                          ]
                        ],
                        "errors": null,
                        "filename": "../../sentry/scripts/views.js",
                        "function": "poll",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 389,
                        "lock": null,
                        "map": "global.min.map.js",
                        "mapUrl": "https://sentry.io/_static/sentry/scripts/global.min.map.js",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 16467,
                        "origFilename": "/_static/sentry/scripts/global.min.js",
                        "origFunction": "app.GroupListView.app.OrderedElementsView.extend.tick",
                        "origLineNo": 1,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      },
                      {
                        "absPath": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.js",
                        "colNo": 24,
                        "context": [
                          [
                            57,
                            " * @return {Function} The wrapped func"
                          ],
                          [
                            58,
                            " */"
                          ],
                          [
                            59,
                            "TraceKit.wrap = function traceKitWrapper(func) {"
                          ],
                          [
                            60,
                            "    function wrapped() {"
                          ],
                          [
                            61,
                            "        try {"
                          ],
                          [
                            62,
                            "            return func.apply(this, arguments);"
                          ],
                          [
                            63,
                            "        } catch (e) {"
                          ],
                          [
                            64,
                            "            TraceKit.report(e);"
                          ],
                          [
                            65,
                            "            throw e;"
                          ],
                          [
                            66,
                            "        }"
                          ],
                          [
                            67,
                            "    }"
                          ]
                        ],
                        "errors": null,
                        "filename": "raven.js",
                        "function": "apply",
                        "inApp": false,
                        "instructionAddr": null,
                        "lineNo": 62,
                        "lock": null,
                        "map": "raven.min.map",
                        "mapUrl": "https://d3nslu0hdya83q.cloudfront.net/dist/1.0/raven.min.map",
                        "module": null,
                        "origAbsPath": "?",
                        "origColNo": 254,
                        "origFilename": "/dist/1.0/raven.min.js",
                        "origFunction": "e",
                        "origLineNo": 2,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": {}
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "TypeError",
                  "value": "Object [object Object] has no method 'updateFrom'"
                }
              ]
            },
            "type": "exception"
          },
          {
            "data": {
              "values": [
                {
                  "category": "react-router",
                  "data": {
                    "from": "/login/",
                    "to": "/dashboard/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T16:48:12Z",
                  "type": "navigation"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "This is an info log message",
                  "timestamp": "2016-05-12T17:04:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "warning",
                  "message": "This is a warning log message",
                  "timestamp": "2016-05-12T17:21:32Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "error",
                  "message": "This is an error log message",
                  "timestamp": "2016-05-12T17:38:12Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": null,
                  "event_id": null,
                  "level": "fatal",
                  "message": "This is a critical log message",
                  "timestamp": "2016-05-12T17:54:52Z",
                  "type": "default"
                },
                {
                  "category": "console",
                  "data": {
                    "baz": "blah",
                    "foo": "bar"
                  },
                  "event_id": null,
                  "level": "debug",
                  "message": "This is a debug log message",
                  "timestamp": "2016-05-12T18:11:32Z",
                  "type": "default"
                },
                {
                  "category": "ajax",
                  "data": {
                    "method": "POST",
                    "reason": "OK",
                    "status_code": 200,
                    "url": "Http://example.com/"
                  },
                  "event_id": null,
                  "level": "info",
                  "message": null,
                  "timestamp": "2016-05-12T18:28:12Z",
                  "type": "http"
                },
                {
                  "category": "ui.click",
                  "data": null,
                  "event_id": null,
                  "level": "info",
                  "message": "div > form[name=\"post\"] > button.btn.btn-small[name=\"submit\"]",
                  "timestamp": "2016-05-12T18:44:52Z",
                  "type": "ui"
                }
              ]
            },
            "type": "breadcrumbs"
          },
          {
            "data": {
              "apiTarget": null,
              "cookies": [
                [
                  "foo",
                  "bar"
                ],
                [
                  "biz",
                  "baz"
                ]
              ],
              "data": {
                "hello": "world"
              },
              "env": {
                "ENV": "prod"
              },
              "fragment": null,
              "headers": [
                [
                  "Content-Type",
                  "application/json"
                ],
                [
                  "Referer",
                  "http://example.com"
                ],
                [
                  "User-Agent",
                  "Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36"
                ]
              ],
              "inferredContentType": "application/json",
              "method": "GET",
              "query": [
                [
                  "foo",
                  "bar"
                ]
              ],
              "url": "http://example.com/foo"
            },
            "type": "request"
          }
        ],
        "errors": [],
        "eventID": "0000000000000000000000000000001e",
        "fingerprints": [
          "ce47b837a18ed8af2c5e93ef199acdd5",
          "f31ab89dc967413fb9b52b1f912db9b6"
        ],
        "groupID": "7525327635",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "832bfe6b76964b9d94b336650236fcef",
        "location": "../../sentry/scripts/views.js",
        "message": "A provider retry attempted a second downstream write; occurrence 1.",
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {
          "my.package": "1.0.0"
        },
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511503727001600",
        "release": null,
        "resolvedWith": [
          null
        ],
        "sdk": null,
        "sdkUpdates": [],
        "size": 7762,
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          },
          {
            "key": "occurrence",
            "value": "1"
          }
        ],
        "title": "IdempotencyConflictError: A provider retry attempted a second downstream write",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-4@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "projectId": null,
      "updatedAt": "2027-01-15T08:00:00.000Z"
    }
  ],
  "issues": [
    {
      "createdAt": "2027-01-04T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "482",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-04T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000001",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T10:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "ProviderRateLimitError",
          "value": "Webhook delivery ignored provider Retry-After"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-1",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "userCount": 31,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-04T09:00:00.000Z",
      "groupingKey": "ProviderRateLimitError:Webhook delivery ignored provider Retry-After",
      "id": 1,
      "lastSeenExact": "2027-01-15T10:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "482",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-04T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000001",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T10:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "ProviderRateLimitError",
          "value": "Webhook delivery ignored provider Retry-After"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-1",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "ProviderRateLimitError: Webhook delivery ignored provider Retry-After",
        "type": "error",
        "userCount": 31
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000001",
      "shortId": "API-1",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T10:30:00.000Z"
    },
    {
      "createdAt": "2027-01-05T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "97",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-05T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000002",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T11:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "CircuitBreakerOpenError",
          "value": "Webhook circuit remained open after recovery"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-2",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "CircuitBreakerOpenError: Webhook circuit remained open after recovery",
        "type": "error",
        "userCount": 18,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-05T09:00:00.000Z",
      "groupingKey": "CircuitBreakerOpenError:Webhook circuit remained open after recovery",
      "id": 2,
      "lastSeenExact": "2027-01-15T11:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "97",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-05T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000002",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T11:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "CircuitBreakerOpenError",
          "value": "Webhook circuit remained open after recovery"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-2",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "CircuitBreakerOpenError: Webhook circuit remained open after recovery",
        "type": "error",
        "userCount": 18
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000002",
      "shortId": "API-2",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T11:30:00.000Z"
    },
    {
      "createdAt": "2027-01-06T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "85",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-06T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000003",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T12:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "PayloadSchemaDriftError",
          "value": "Provider response omitted the expected cursor field"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-3",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "PayloadSchemaDriftError: Provider response omitted the expected cursor field",
        "type": "error",
        "userCount": 12,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-06T09:00:00.000Z",
      "groupingKey": "PayloadSchemaDriftError:Provider response omitted the expected cursor field",
      "id": 3,
      "lastSeenExact": "2027-01-15T12:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "85",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-06T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000003",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T12:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "PayloadSchemaDriftError",
          "value": "Provider response omitted the expected cursor field"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-3",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "PayloadSchemaDriftError: Provider response omitted the expected cursor field",
        "type": "error",
        "userCount": 12
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000003",
      "shortId": "API-3",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T12:30:00.000Z"
    },
    {
      "createdAt": "2027-01-07T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "196",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-07T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000004",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T13:30:00.000Z",
        "level": "error",
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "OAuthRefreshRejectedError",
          "value": "Connector refresh token was rejected during a scheduled sync"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-4",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "OAuthRefreshRejectedError: Connector refresh token was rejected during a scheduled sync",
        "type": "error",
        "userCount": 24,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-07T09:00:00.000Z",
      "groupingKey": "OAuthRefreshRejectedError:Connector refresh token was rejected during a scheduled sync",
      "id": 4,
      "lastSeenExact": "2027-01-15T13:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "196",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "filtered": null,
        "firstSeen": "2027-01-07T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000004",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T13:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "OAuthRefreshRejectedError",
          "value": "Connector refresh token was rejected during a scheduled sync"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-4",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "OAuthRefreshRejectedError: Connector refresh token was rejected during a scheduled sync",
        "type": "error",
        "userCount": 24
      },
      "orgSlug": "archal-labs",
      "projectSlug": "Northstar-project",
      "sentryId": "7600000004",
      "shortId": "EVAL-4",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T13:30:00.000Z"
    },
    {
      "createdAt": "2027-01-08T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "21",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-08T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000005",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T14:30:00.000Z",
        "level": "error",
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "StateResetTimeoutError",
          "value": "State reset exceeded the verifier deadline"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-5",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "resolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "resolved",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "StateResetTimeoutError: State reset exceeded the verifier deadline",
        "type": "error",
        "userCount": 4,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-08T09:00:00.000Z",
      "groupingKey": "StateResetTimeoutError:State reset exceeded the verifier deadline",
      "id": 5,
      "lastSeenExact": "2027-01-15T14:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "21",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "filtered": null,
        "firstSeen": "2027-01-08T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000005",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T14:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "StateResetTimeoutError",
          "value": "State reset exceeded the verifier deadline"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-5",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "resolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "resolved",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "StateResetTimeoutError: State reset exceeded the verifier deadline",
        "type": "error",
        "userCount": 4
      },
      "orgSlug": "archal-labs",
      "projectSlug": "Northstar-project",
      "sentryId": "7600000005",
      "shortId": "EVAL-5",
      "status": "resolved",
      "substatus": "resolved",
      "tags": [],
      "updatedAt": "2027-01-15T14:30:00.000Z"
    },
    {
      "createdAt": "2027-01-09T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "14",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-09T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000006",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T15:30:00.000Z",
        "level": "error",
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "VerifierTargetMismatchError",
          "value": "Mutation changed the correct collection but the wrong issue"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-6",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "VerifierTargetMismatchError: Mutation changed the correct collection but the wrong issue",
        "type": "error",
        "userCount": 3,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-09T09:00:00.000Z",
      "groupingKey": "VerifierTargetMismatchError:Mutation changed the correct collection but the wrong issue",
      "id": 6,
      "lastSeenExact": "2027-01-15T15:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "14",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "filtered": null,
        "firstSeen": "2027-01-09T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000006",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T15:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "VerifierTargetMismatchError",
          "value": "Mutation changed the correct collection but the wrong issue"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-6",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "VerifierTargetMismatchError: Mutation changed the correct collection but the wrong issue",
        "type": "error",
        "userCount": 3
      },
      "orgSlug": "archal-labs",
      "projectSlug": "Northstar-project",
      "sentryId": "7600000006",
      "shortId": "EVAL-6",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T15:30:00.000Z"
    },
    {
      "createdAt": "2027-01-10T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "310",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-10T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000007",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T16:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "QueueCheckpointStalledError",
          "value": "Delivery queue stopped advancing after a partial provider page"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-7",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "QueueCheckpointStalledError: Delivery queue stopped advancing after a partial provider page",
        "type": "error",
        "userCount": 27,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-10T09:00:00.000Z",
      "groupingKey": "QueueCheckpointStalledError:Delivery queue stopped advancing after a partial provider page",
      "id": 7,
      "lastSeenExact": "2027-01-15T16:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "310",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-10T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000007",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T16:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "QueueCheckpointStalledError",
          "value": "Delivery queue stopped advancing after a partial provider page"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-7",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "QueueCheckpointStalledError: Delivery queue stopped advancing after a partial provider page",
        "type": "error",
        "userCount": 27
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000007",
      "shortId": "API-7",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T16:30:00.000Z"
    },
    {
      "createdAt": "2027-01-11T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "12",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-11T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000008",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T17:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "CursorExpiredError",
          "value": "Incremental sync cursor expired before replay"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-8",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "CursorExpiredError: Incremental sync cursor expired before replay",
        "type": "error",
        "userCount": 3,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-11T09:00:00.000Z",
      "groupingKey": "CursorExpiredError:Incremental sync cursor expired before replay",
      "id": 8,
      "lastSeenExact": "2027-01-15T17:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "12",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-11T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000008",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T17:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "CursorExpiredError",
          "value": "Incremental sync cursor expired before replay"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-8",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "CursorExpiredError: Incremental sync cursor expired before replay",
        "type": "error",
        "userCount": 3
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000008",
      "shortId": "API-8",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T17:30:00.000Z"
    },
    {
      "createdAt": "2027-01-12T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "43",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-12T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000009",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T10:30:00.000Z",
        "level": "error",
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "PermissionScopeMissingError",
          "value": "Connector token lacks the required history scope"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-9",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "PermissionScopeMissingError: Connector token lacks the required history scope",
        "type": "error",
        "userCount": 8,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-12T09:00:00.000Z",
      "groupingKey": "PermissionScopeMissingError:Connector token lacks the required history scope",
      "id": 9,
      "lastSeenExact": "2027-01-15T10:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "43",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "filtered": null,
        "firstSeen": "2027-01-12T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000009",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T10:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "PermissionScopeMissingError",
          "value": "Connector token lacks the required history scope"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-9",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "PermissionScopeMissingError: Connector token lacks the required history scope",
        "type": "error",
        "userCount": 8
      },
      "orgSlug": "archal-labs",
      "projectSlug": "Northstar-project",
      "sentryId": "7600000009",
      "shortId": "EVAL-9",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T10:30:00.000Z"
    },
    {
      "createdAt": "2027-01-13T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "72",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-13T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000010",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T11:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "SignatureVerificationError",
          "value": "Incoming webhook signature did not verify"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-10",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "SignatureVerificationError: Incoming webhook signature did not verify",
        "type": "error",
        "userCount": 11,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-13T09:00:00.000Z",
      "groupingKey": "SignatureVerificationError:Incoming webhook signature did not verify",
      "id": 10,
      "lastSeenExact": "2027-01-15T11:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "72",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-13T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000010",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T11:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "SignatureVerificationError",
          "value": "Incoming webhook signature did not verify"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-10",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "SignatureVerificationError: Incoming webhook signature did not verify",
        "type": "error",
        "userCount": 11
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000010",
      "shortId": "API-10",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T11:30:00.000Z"
    },
    {
      "createdAt": "2027-01-14T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "6",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-14T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000011",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T12:30:00.000Z",
        "level": "error",
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "IsolationLeakDetectedError",
          "value": "A session observed state owned by a different evaluation run"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-11",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "IsolationLeakDetectedError: A session observed state owned by a different evaluation run",
        "type": "error",
        "userCount": 2,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-14T09:00:00.000Z",
      "groupingKey": "IsolationLeakDetectedError:A session observed state owned by a different evaluation run",
      "id": 11,
      "lastSeenExact": "2027-01-15T12:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "6",
        "culprit": "verifyRun(src/evaluations/runtime.ts)",
        "filtered": null,
        "firstSeen": "2027-01-14T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000011",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T12:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "agent-evaluator.runtime",
        "metadata": {
          "filename": "src/evaluations/runtime.ts",
          "function": "verifyRun",
          "type": "IsolationLeakDetectedError",
          "value": "A session observed state owned by a different evaluation run"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511547446394880",
          "name": "Agent Evaluator",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "EVAL-11",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "Northstar-project"
          }
        ],
        "title": "IsolationLeakDetectedError: A session observed state owned by a different evaluation run",
        "type": "error",
        "userCount": 2
      },
      "orgSlug": "archal-labs",
      "projectSlug": "Northstar-project",
      "sentryId": "7600000011",
      "shortId": "EVAL-11",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T12:30:00.000Z"
    },
    {
      "createdAt": "2027-01-15T09:00:00.000Z",
      "detailPayload": {
        "activity": [],
        "annotations": [],
        "assignedTo": null,
        "count": "38",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "firstRelease": null,
        "firstSeen": "2027-01-15T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000012",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2027-01-15T13:30:00.000Z",
        "level": "error",
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "IdempotencyConflictError",
          "value": "A provider retry attempted a second downstream write"
        },
        "numComments": 0,
        "participants": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "type": "user",
            "username": "demo@example.com"
          }
        ],
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "pluginActions": [],
        "pluginContexts": [],
        "pluginIssues": [],
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seenBy": [
          {
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUrl": null,
              "avatarUuid": null
            },
            "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
            "dateJoined": "2026-06-03T21:53:45.025975Z",
            "email": "demo@example.com",
            "emails": [
              {
                "email": "demo@example.com",
                "id": "4834710",
                "is_verified": false
              }
            ],
            "experiments": {},
            "flags": {
              "newsletter_consent_prompt": false
            },
            "has2fa": false,
            "hasPasswordAuth": true,
            "id": "4639699",
            "identities": [],
            "isActive": true,
            "isManaged": false,
            "isStaff": false,
            "isSuperuser": false,
            "isSuspended": false,
            "lastActive": "2026-06-03T22:38:57.870291Z",
            "lastLogin": "2026-06-03T21:53:45.644208Z",
            "lastSeen": "2026-06-03T21:59:13.329005Z",
            "name": "Demo User",
            "options": {
              "clock24Hours": false,
              "defaultIssueEvent": "recommended",
              "language": "en",
              "prefersIssueDetailsStreamlinedUI": null,
              "stacktraceOrder": -1,
              "theme": "system",
              "timezone": "America/Los_Angeles"
            },
            "username": "demo@example.com"
          }
        ],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-12",
        "stats": {
          "24h": [
            [
              1780441200,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ],
          "30d": [
            [
              1777852800,
              0
            ],
            [
              1777939200,
              0
            ],
            [
              1778025600,
              0
            ],
            [
              1778112000,
              0
            ],
            [
              1778198400,
              0
            ],
            [
              1778284800,
              0
            ],
            [
              1778371200,
              0
            ],
            [
              1778457600,
              0
            ],
            [
              1778544000,
              0
            ],
            [
              1778630400,
              0
            ],
            [
              1778716800,
              0
            ],
            [
              1778803200,
              0
            ],
            [
              1778889600,
              0
            ],
            [
              1778976000,
              0
            ],
            [
              1779062400,
              0
            ],
            [
              1779148800,
              0
            ],
            [
              1779235200,
              0
            ],
            [
              1779321600,
              0
            ],
            [
              1779408000,
              0
            ],
            [
              1779494400,
              0
            ],
            [
              1779580800,
              0
            ],
            [
              1779667200,
              0
            ],
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "IdempotencyConflictError: A provider retry attempted a second downstream write",
        "type": "error",
        "userCount": 7,
        "userReportCount": 0
      },
      "firstSeenExact": "2027-01-15T09:00:00.000Z",
      "groupingKey": "IdempotencyConflictError:A provider retry attempted a second downstream write",
      "id": 12,
      "lastSeenExact": "2027-01-15T13:30:00.000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "38",
        "culprit": "deliverWebhook(src/providers/delivery.ts)",
        "filtered": null,
        "firstSeen": "2027-01-15T09:00:00.000Z",
        "hasSeen": true,
        "id": "7600000012",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2027-01-15T13:30:00.000Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": "api-gateway.webhooks",
        "metadata": {
          "filename": "src/providers/delivery.ts",
          "function": "deliverWebhook",
          "type": "IdempotencyConflictError",
          "value": "A provider retry attempted a second downstream write"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "medium",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "API Gateway",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "API-12",
        "stats": {
          "24h": [
            [
              1780444800,
              0
            ],
            [
              1780448400,
              0
            ],
            [
              1780452000,
              0
            ],
            [
              1780455600,
              0
            ],
            [
              1780459200,
              0
            ],
            [
              1780462800,
              0
            ],
            [
              1780466400,
              0
            ],
            [
              1780470000,
              0
            ],
            [
              1780473600,
              0
            ],
            [
              1780477200,
              0
            ],
            [
              1780480800,
              0
            ],
            [
              1780484400,
              0
            ],
            [
              1780488000,
              0
            ],
            [
              1780491600,
              0
            ],
            [
              1780495200,
              0
            ],
            [
              1780498800,
              0
            ],
            [
              1780502400,
              0
            ],
            [
              1780506000,
              0
            ],
            [
              1780509600,
              0
            ],
            [
              1780513200,
              0
            ],
            [
              1780516800,
              0
            ],
            [
              1780520400,
              1
            ],
            [
              1780524000,
              0
            ],
            [
              1780527600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": {
          "reason": "changed_status"
        },
        "substatus": "ongoing",
        "tags": [
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "service",
            "value": "node"
          }
        ],
        "title": "IdempotencyConflictError: A provider retry attempted a second downstream write",
        "type": "error",
        "userCount": 7
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7600000012",
      "shortId": "API-12",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [],
      "updatedAt": "2027-01-15T13:30:00.000Z"
    }
  ],
  "members": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "id": 1,
      "memberId": "14895696",
      "orgSlug": "archal-labs",
      "payload": {
        "dateCreated": "2026-06-03T21:53:46.368237Z",
        "email": "demo@example.com",
        "expired": false,
        "flags": {
          "idp:provisioned": false,
          "idp:role-restricted": false,
          "member-limit:restricted": false,
          "partnership:restricted": false,
          "sso:invalid": false,
          "sso:linked": false
        },
        "id": "14895696",
        "inviterName": null,
        "inviteStatus": "approved",
        "name": "Demo User",
        "orgRole": "owner",
        "pending": false,
        "role": "owner",
        "roleName": "Owner",
        "user": {
          "avatar": {
            "avatarType": "letter_avatar",
            "avatarUrl": null,
            "avatarUuid": null
          },
          "avatarUrl": "https://gravatar.com/avatar/6182595446226d25122c4822fa358b65f2cb536b969360f03a2823ff4b6d3b4c?s=32&d=mm",
          "dateJoined": "2026-06-03T21:53:45.025975Z",
          "email": "demo@example.com",
          "emails": [],
          "experiments": {},
          "has2fa": false,
          "hasPasswordAuth": true,
          "id": "4639699",
          "isActive": true,
          "isManaged": false,
          "isStaff": false,
          "isSuperuser": false,
          "isSuspended": false,
          "lastActive": "2026-06-03T22:38:57.870291Z",
          "lastLogin": "2026-06-03T21:53:45.644208Z",
          "name": "Demo User",
          "username": "demo@example.com"
        }
      },
      "teamSlugs": [
        "archal-vmq-scope-expansion",
        "org-projects-team-vmq757m94ab2r"
      ],
      "updatedAt": "2026-06-03T21:53:46.000Z"
    }
  ],
  "organizations": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "detailPayload": {
        "access": [
          "org:read",
          "member:admin",
          "event:write",
          "org:integrations",
          "team:admin",
          "project:read",
          "project:releases",
          "org:admin",
          "event:read",
          "team:read",
          "member:read",
          "alerts:read",
          "team:write",
          "event:admin",
          "project:admin",
          "member:invite",
          "alerts:write",
          "org:write",
          "project:write",
          "member:write"
        ],
        "aggregatedDataConsent": false,
        "alertsMemberWrite": true,
        "allowJoinRequests": true,
        "allowMemberInvite": true,
        "allowMemberProjectCreation": true,
        "allowSharedIssues": true,
        "allowSuperuserAccess": true,
        "attachmentsRole": "member",
        "autoEnableCodeReview": false,
        "autoOpenPrs": false,
        "availableRoles": [
          {
            "id": "billing",
            "name": "Billing"
          },
          {
            "id": "member",
            "name": "Member"
          },
          {
            "id": "admin",
            "name": "Admin"
          },
          {
            "id": "manager",
            "name": "Manager"
          },
          {
            "id": "owner",
            "name": "Owner"
          }
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUrl": null,
          "avatarUuid": null
        },
        "consoleSdkInviteQuota": 0,
        "dashboardsAsyncQueueParallelLimit": 15,
        "dataScrubber": false,
        "dataScrubberDefaults": false,
        "dateCreated": "2026-06-03T21:53:46.314772Z",
        "debugFilesRole": "admin",
        "defaultAutofixAutomationTuning": "medium",
        "defaultAutomatedRunStoppingPoint": "code_changes",
        "defaultCodeReviewTriggers": [
          "on_ready_for_review"
        ],
        "defaultCodingAgent": "seer",
        "defaultCodingAgentIntegrationId": null,
        "defaultRole": "member",
        "defaultSeerScannerAutomation": true,
        "enabledConsolePlatforms": [],
        "enableSeerCoding": true,
        "enhancedPrivacy": false,
        "eventsMemberAdmin": true,
        "experiments": {
          "onboarding-scm-experiment": "active",
          "onboarding-scm-project-creation-experiment": "control",
          "onboarding-scm-project-details-experiment": "control"
        },
        "extraOptions": {
          "traces": {
            "checkSpanExtractionDate": false,
            "spansExtractionDate": 0
          }
        },
        "features": [
          "advanced-search",
          "ai-issue-detection",
          "am3-billing",
          "am3-tier",
          "anomaly-detection-alerts",
          "anomaly-detection-eap",
          "change-alerts",
          "continuous-profiling",
          "continuous-profiling-billing",
          "crash-rate-alerts",
          "custom-symbol-sources",
          "dashboards-ai-generate",
          "dashboards-ai-generate-edit",
          "dashboards-basic",
          "dashboards-details-widget",
          "dashboards-edit",
          "dashboards-metrics-transition",
          "dashboards-prebuilt-insights-dashboards",
          "data-forwarding",
          "discover-basic",
          "discover-query",
          "discover-saved-queries-deprecation",
          "event-attachments",
          "expose-category-trace-metric-byte",
          "gen-ai-consent",
          "gen-ai-conversations",
          "gen-ai-features",
          "incidents",
          "insight-modules",
          "insights-modules-use-eap",
          "insights-to-dashboards-ui-rollout",
          "installable-build-billing",
          "integrations-alert-rule",
          "integrations-chat-unfurl",
          "integrations-codeowners",
          "integrations-enterprise-alert-rule",
          "integrations-enterprise-incident-management",
          "integrations-event-hooks",
          "integrations-github-platform-detection",
          "integrations-github_enterprise-project-management",
          "integrations-incident-management",
          "integrations-issue-basic",
          "integrations-issue-sync",
          "integrations-scm-multi-org",
          "integrations-stacktrace-link",
          "integrations-ticket-rules",
          "integrations-vercel",
          "invite-members",
          "issue-ai-detected-code-health-visible",
          "issue-ai-detected-db-visible",
          "issue-ai-detected-http-visible",
          "issue-ai-detected-runtime-performance-visible",
          "issue-ai-detected-security-visible",
          "issue-preprod-size-analysis-visible",
          "issue-query-injection-vulnerability-visible",
          "issue-views",
          "logs-billing",
          "metric-alert-chartcuterie",
          "monitor-seat-billing",
          "notification-platform.general-access",
          "on-demand-metrics-extraction",
          "on-demand-metrics-prefill",
          "onboarding",
          "onboarding-copy-setup-instructions",
          "onboarding-copy-setup-instructions-project-creation",
          "onboarding-new-welcome-ui",
          "onboarding-scm-experiment",
          "ondemand-budgets",
          "open-membership",
          "org-ingest-subdomains",
          "ourlogs-enabled",
          "ourlogs-ingestion",
          "ourlogs-modal-export",
          "page-frame",
          "performance-transaction-deprecation-banner",
          "performance-view",
          "performance-web-vitals-seer-suggestions",
          "preprod-artifact-webhooks",
          "preprod-build-distribution-pr-comments",
          "preprod-size-monitors-frontend",
          "preprod-snapshots",
          "profiling",
          "profiling-billing",
          "profiling-function-trends",
          "profiling-global-suspect-functions",
          "profiling-view",
          "relay",
          "replay-ai-summaries",
          "replay-ai-summaries-mobile",
          "seat-based-seer-enabled",
          "seer-agent-source-code-search",
          "seer-based-priority",
          "seer-billing",
          "seer-explorer",
          "seer-explorer-structured-context-rollout",
          "seer-explorer-ui-tools",
          "seer-night-shift",
          "seer-user-billing-launch",
          "sentry-app-schema-form-migration",
          "sentry-pride-logo-footer",
          "session-replay",
          "session-replay-ui",
          "shared-issues",
          "size-analysis-billing",
          "span-stats",
          "spans-usage-tracking",
          "spend-visibility-notifications",
          "sso-basic",
          "team-insights",
          "team-roles",
          "trace-spans-format",
          "tracemetrics-enabled",
          "tracemetrics-equations-in-alerts",
          "tracemetrics-equations-in-explore",
          "tracemetrics-ingestion",
          "tracemetrics-multi-metric-selection-in-dashboards",
          "tracemetrics-pii-scrubbing-ui",
          "tracemetrics-stats-bytes-ui",
          "tracemetrics-units-ui",
          "uptime",
          "uptime-billing",
          "user-feedback-spam-ingest",
          "user-spend-notifications-settings",
          "visibility-dashboards-async-queue",
          "visibility-explore-range-high",
          "visibility-explore-view",
          "workflow-engine-metric-detector-limit",
          "workflow-engine-ui"
        ],
        "genAIConsent": false,
        "hasAuthProvider": false,
        "hasGranularReplayPermissions": false,
        "hideAiFeatures": false,
        "id": "4511503716253696",
        "isDefault": false,
        "isDynamicallySampled": false,
        "isEarlyAdopter": false,
        "issueAlertsThreadFlag": true,
        "links": {
          "organizationUrl": "https://archal-labs.sentry.io",
          "regionUrl": "https://us.sentry.io"
        },
        "metricAlertsThreadFlag": true,
        "name": "archal labs",
        "onboardingTasks": [
          {
            "completionSeen": null,
            "data": {},
            "dateCompleted": "2026-06-03T21:56:11.219746Z",
            "status": "complete",
            "task": "link_sentry_to_source_code"
          },
          {
            "completionSeen": null,
            "data": {},
            "dateCompleted": "2026-06-03T21:56:29.648004Z",
            "status": "complete",
            "task": "create_project"
          },
          {
            "completionSeen": null,
            "data": {},
            "dateCompleted": "2026-06-03T21:56:29.765116Z",
            "status": "complete",
            "task": "setup_alert_rules"
          },
          {
            "completionSeen": null,
            "data": {},
            "dateCompleted": "2026-06-03T22:45:49.287494Z",
            "status": "complete",
            "task": "setup_second_platform"
          },
          {
            "completionSeen": null,
            "data": {},
            "dateCompleted": "2026-06-04T16:00:20.944474Z",
            "status": "complete",
            "task": "send_first_event"
          }
        ],
        "openMembership": true,
        "orgRole": "owner",
        "orgRoleList": [
          {
            "allowed": false,
            "desc": "Can manage subscription and billing details.",
            "id": "billing",
            "is_global": false,
            "isAllowed": false,
            "isGlobal": false,
            "isRetired": false,
            "isTeamRolesAllowed": false,
            "minimumTeamRole": "contributor",
            "name": "Billing",
            "scopes": [
              "org:billing"
            ]
          },
          {
            "allowed": false,
            "desc": "Members can view and act on events, as well as view most other data within the organization. By default, they can invite members to the organization unless the organization has disabled this feature.",
            "id": "member",
            "is_global": false,
            "isAllowed": false,
            "isGlobal": false,
            "isRetired": false,
            "isTeamRolesAllowed": true,
            "minimumTeamRole": "contributor",
            "name": "Member",
            "scopes": [
              "org:read",
              "team:read",
              "member:read",
              "alerts:read",
              "event:write",
              "event:admin",
              "member:invite",
              "alerts:write",
              "project:read",
              "project:releases",
              "event:read"
            ]
          },
          {
            "allowed": false,
            "desc": "Admin privileges on any teams of which they're a member. They can create new teams and projects, as well as remove teams and projects on which they already hold membership (or all teams, if open membership is enabled). Additionally, they can manage memberships of teams that they are members of. By default, they can invite members to the organization unless the organization has disabled this feature.",
            "id": "admin",
            "is_global": false,
            "isAllowed": false,
            "isGlobal": false,
            "isRetired": true,
            "isTeamRolesAllowed": true,
            "minimumTeamRole": "admin",
            "name": "Admin",
            "scopes": [
              "org:read",
              "event:write",
              "org:integrations",
              "team:admin",
              "project:read",
              "project:releases",
              "event:read",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:admin",
              "project:admin",
              "member:invite",
              "alerts:write",
              "project:write"
            ]
          },
          {
            "allowed": false,
            "desc": "Gains admin access on all teams as well as the ability to add and remove members.",
            "id": "manager",
            "is_global": true,
            "isAllowed": false,
            "isGlobal": true,
            "isRetired": false,
            "isTeamRolesAllowed": true,
            "minimumTeamRole": "admin",
            "name": "Manager",
            "scopes": [
              "org:read",
              "member:admin",
              "event:write",
              "org:integrations",
              "team:admin",
              "project:read",
              "project:releases",
              "event:read",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:admin",
              "project:admin",
              "member:invite",
              "alerts:write",
              "org:write",
              "project:write",
              "member:write"
            ]
          },
          {
            "allowed": false,
            "desc": "Unrestricted access to the organization, its data, and its settings. Can add, modify, and delete projects and members, as well as make billing and plan changes.",
            "id": "owner",
            "is_global": true,
            "isAllowed": false,
            "isGlobal": true,
            "isRetired": false,
            "isTeamRolesAllowed": true,
            "minimumTeamRole": "admin",
            "name": "Owner",
            "scopes": [
              "org:read",
              "member:admin",
              "event:write",
              "org:integrations",
              "team:admin",
              "project:read",
              "project:releases",
              "org:admin",
              "event:read",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:admin",
              "project:admin",
              "org:billing",
              "member:invite",
              "alerts:write",
              "org:write",
              "project:write",
              "member:write"
            ]
          }
        ],
        "pendingAccessRequests": 0,
        "projects": [
          {
            "access": [
              "org:read",
              "event:write",
              "org:integrations",
              "team:admin",
              "project:read",
              "project:releases",
              "event:read",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:admin",
              "project:admin",
              "alerts:write",
              "project:write"
            ],
            "dateCreated": "2026-06-03T21:56:29.407317Z",
            "environments": [],
            "features": [
              "profile-functions-metrics-eap-ingestion",
              "similarity-grouping-model-next",
              "rate-limits",
              "custom-inbound-filters",
              "discard-groups",
              "servicehooks",
              "similarity-embeddings",
              "similarity-indexing",
              "similarity-view",
              "span-metrics-extraction",
              "span-metrics-extraction-addons",
              "releases"
            ],
            "firstEvent": "2026-06-04T16:00:13Z",
            "firstTransactionEvent": false,
            "hasAccess": true,
            "hasFeedbacks": false,
            "hasFlags": false,
            "hasInsightsAgentMonitoring": false,
            "hasInsightsAppStart": false,
            "hasInsightsAssets": false,
            "hasInsightsCaches": false,
            "hasInsightsDb": false,
            "hasInsightsHttp": false,
            "hasInsightsMCP": false,
            "hasInsightsQueues": false,
            "hasInsightsScreenLoad": false,
            "hasInsightsVitals": false,
            "hasLogs": false,
            "hasMinifiedStackTrace": false,
            "hasMonitors": false,
            "hasNewFeedbacks": false,
            "hasProfiles": false,
            "hasReplays": false,
            "hasSessions": false,
            "hasTraceMetrics": false,
            "hasUserReports": false,
            "id": "4511503727001600",
            "isBookmarked": false,
            "isMember": true,
            "latestDeploys": null,
            "latestRelease": {
              "version": "archal-demo-vmq6demo01"
            },
            "name": "Node Renamed Once",
            "platform": "javascript",
            "platforms": [],
            "slug": "node",
            "team": {
              "id": "4511503716319232",
              "name": "archal labs",
              "slug": "archal-labs"
            },
            "teams": [
              {
                "id": "4511503716319232",
                "name": "archal labs",
                "slug": "archal-labs"
              }
            ]
          }
        ],
        "relayPiiConfig": null,
        "replayAccessMembers": [],
        "require2FA": false,
        "requiresSso": false,
        "role": "owner",
        "rollbackEnabled": true,
        "safeFields": [],
        "scrapeJavaScript": true,
        "scrubIPAddresses": false,
        "sensitiveFields": [],
        "slug": "archal-labs",
        "status": {
          "id": "active",
          "name": "active"
        },
        "storeCrashReports": 0,
        "streamlineOnly": true,
        "teamRoleList": [
          {
            "allowed": false,
            "desc": "Contributors can view and act on events, as well as view most other data within the team's projects.",
            "id": "contributor",
            "isAllowed": false,
            "isMinimumRoleFor": null,
            "isRetired": false,
            "isTeamRolesAllowed": true,
            "name": "Contributor",
            "scopes": [
              "org:read",
              "team:read",
              "member:read",
              "alerts:read",
              "event:write",
              "project:read",
              "project:releases",
              "event:read"
            ]
          },
          {
            "allowed": false,
            "desc": "Admin privileges on the team. They can create and remove projects, and can manage the team's memberships.",
            "id": "admin",
            "isAllowed": false,
            "isMinimumRoleFor": "admin",
            "isRetired": false,
            "isTeamRolesAllowed": true,
            "name": "Team Admin",
            "scopes": [
              "org:read",
              "project:write",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:write",
              "event:admin",
              "org:integrations",
              "project:admin",
              "alerts:write",
              "team:admin",
              "project:read",
              "project:releases",
              "event:read"
            ]
          }
        ],
        "teams": [
          {
            "access": [
              "org:read",
              "project:write",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:write",
              "event:admin",
              "org:integrations",
              "project:admin",
              "alerts:write",
              "team:admin",
              "project:read",
              "project:releases",
              "event:read"
            ],
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUuid": null
            },
            "dateCreated": "2026-06-03T21:53:46.395629Z",
            "flags": {
              "idp:provisioned": false
            },
            "hasAccess": true,
            "id": "4511503716319232",
            "isMember": true,
            "isPending": false,
            "memberCount": 1,
            "name": "archal labs",
            "slug": "archal-labs",
            "teamRole": "admin"
          }
        ],
        "trustedRelays": []
      },
      "id": 1,
      "payload": {
        "allowMemberInvite": true,
        "allowMemberProjectCreation": true,
        "allowSuperuserAccess": true,
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUrl": null,
          "avatarUuid": null
        },
        "dateCreated": "2026-06-03T21:53:46.314772Z",
        "hasAuthProvider": false,
        "id": "4511503716253696",
        "isEarlyAdopter": false,
        "links": {
          "organizationUrl": "https://archal-labs.sentry.io",
          "regionUrl": "https://us.sentry.io"
        },
        "name": "archal labs",
        "require2FA": false,
        "slug": "archal-labs",
        "status": {
          "id": "active",
          "name": "active"
        }
      },
      "slug": "archal-labs",
      "updatedAt": "2026-06-03T21:53:46.000Z"
    }
  ],
  "projectHooks": [
    {
      "createdAt": "2026-06-10T03:31:26.520163Z",
      "hookId": "34e33a40798047089c735686cb96d549",
      "id": 1,
      "orgSlug": "archal-labs",
      "payload": {
        "dateCreated": "2026-06-10T03:31:26.520163Z",
        "events": [
          "event.alert"
        ],
        "id": "34e33a40798047089c735686cb96d549",
        "secret": "sample-redacted-90701e384c88",
        "status": "active",
        "url": "https://hooks.example.test/sentry/provider-alerts"
      },
      "projectSlug": "node",
      "updatedAt": "2026-06-10T03:31:26.520163Z"
    }
  ],
  "projectKeys": [
    {
      "createdAt": "2026-06-09T02:56:44.026895Z",
      "id": 2,
      "keyId": "ca1bdf4acbb4b6840d7bfae8bed4af8d",
      "orgSlug": "archal-labs",
      "payload": {
        "browserSdk": {
          "choices": [
            [
              "10.x",
              "10.x"
            ],
            [
              "9.x",
              "9.x"
            ],
            [
              "8.x",
              "8.x"
            ],
            [
              "7.x",
              "7.x"
            ]
          ]
        },
        "browserSdkVersion": "10.x",
        "dateCreated": "2026-06-09T02:56:44.026895Z",
        "dsn": {
          "cdn": "https://js.sentry-cdn.com/ca1bdf4acbb4b6840d7bfae8bed4af8d.min.js",
          "crons": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/cron/___MONITOR_SLUG___/ca1bdf4acbb4b6840d7bfae8bed4af8d/",
          "csp": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/csp-report/?sentry_key=ca1bdf4acbb4b6840d7bfae8bed4af8d",
          "integration": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/integration/",
          "minidump": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/minidump/?sentry_key=ca1bdf4acbb4b6840d7bfae8bed4af8d",
          "nel": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/nel/?sentry_key=ca1bdf4acbb4b6840d7bfae8bed4af8d",
          "otlp_logs": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/integration/otlp/v1/logs",
          "otlp_traces": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/integration/otlp/v1/traces",
          "playstation": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/playstation/?sentry_key=ca1bdf4acbb4b6840d7bfae8bed4af8d",
          "public": "https://sample-user-1@example.test/4511503727001600",
          "secret": "sample-redacted-697614e8f7ff",
          "security": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/security/?sentry_key=ca1bdf4acbb4b6840d7bfae8bed4af8d",
          "unreal": "https://o4511503716253696.ingest.us.sentry.io/api/4511503727001600/unreal/ca1bdf4acbb4b6840d7bfae8bed4af8d/"
        },
        "dynamicSdkLoaderOptions": {
          "hasDebug": false,
          "hasFeedback": false,
          "hasLogsAndMetrics": false,
          "hasPerformance": true,
          "hasReplay": true
        },
        "id": "ca1bdf4acbb4b6840d7bfae8bed4af8d",
        "isActive": true,
        "label": "Opal Browser Key vmq61th9iyzzn",
        "name": "Opal Browser Key vmq61th9iyzzn",
        "projectId": 4511503727001600,
        "public": "ca1bdf4acbb4b6840d7bfae8bed4af8d",
        "rateLimit": null,
        "secret": "sample-redacted-ca4acaa6cefb"
      },
      "projectSlug": "node",
      "updatedAt": "2026-06-09T02:56:44.026895Z"
    },
    {
      "createdAt": "2026-06-12T23:05:00.000Z",
      "id": 3,
      "keyId": "05869eab8ddbeb75f3dfb71988ac249b",
      "orgSlug": "archal-labs",
      "payload": {
        "browserSdk": {
          "choices": [
            [
              "10.x",
              "10.x"
            ],
            [
              "9.x",
              "9.x"
            ],
            [
              "8.x",
              "8.x"
            ],
            [
              "7.x",
              "7.x"
            ]
          ]
        },
        "browserSdkVersion": "10.x",
        "dateCreated": "2026-06-11T15:14:54.208247Z",
        "dsn": {
          "cdn": "https://js.sentry-cdn.com/05869eab8ddbeb75f3dfb71988ac249b.min.js",
          "crons": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/cron/___MONITOR_SLUG___/05869eab8ddbeb75f3dfb71988ac249b/",
          "csp": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/csp-report/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "integration": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/integration/",
          "minidump": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/minidump/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "nel": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/nel/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "otlp_logs": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/integration/otlp/v1/logs",
          "otlp_traces": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/integration/otlp/v1/traces",
          "playstation": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/playstation/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "public": "https://sample-user-2@example.test/4511547446394880",
          "secret": "sample-redacted-b228cdf5ae6a",
          "security": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/security/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "unreal": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/unreal/05869eab8ddbeb75f3dfb71988ac249b/"
        },
        "dynamicSdkLoaderOptions": {
          "hasDebug": false,
          "hasFeedback": false,
          "hasLogsAndMetrics": false,
          "hasPerformance": true,
          "hasReplay": true
        },
        "id": "05869eab8ddbeb75f3dfb71988ac249b",
        "isActive": true,
        "label": "Default",
        "name": "Default",
        "projectId": 4511547446394880,
        "public": "05869eab8ddbeb75f3dfb71988ac249b",
        "rateLimit": null,
        "secret": "sample-redacted-017dc74a0609"
      },
      "projectSlug": "Northstar-project",
      "updatedAt": "2026-06-12T23:05:00.000Z"
    },
    {
      "createdAt": "2026-06-12T23:05:00.000Z",
      "id": 4,
      "keyId": "7fb7d4c6d4cc4a7bbd7ea7a4c6f9e321",
      "orgSlug": "archal-labs",
      "payload": {
        "browserSdk": {
          "choices": [
            [
              "10.x",
              "10.x"
            ],
            [
              "9.x",
              "9.x"
            ],
            [
              "8.x",
              "8.x"
            ],
            [
              "7.x",
              "7.x"
            ]
          ]
        },
        "browserSdkVersion": "10.x",
        "dateCreated": "2026-06-11T15:14:54.208247Z",
        "dsn": {
          "cdn": "https://js.sentry-cdn.com/05869eab8ddbeb75f3dfb71988ac249b.min.js",
          "crons": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/cron/___MONITOR_SLUG___/05869eab8ddbeb75f3dfb71988ac249b/",
          "csp": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/csp-report/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "integration": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/integration/",
          "minidump": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/minidump/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "nel": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/nel/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "otlp_logs": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/integration/otlp/v1/logs",
          "otlp_traces": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/integration/otlp/v1/traces",
          "playstation": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/playstation/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "public": "https://sample-user-3@example.test/4511547446394880",
          "secret": "sample-redacted-16801b5360d1",
          "security": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/security/?sentry_key=05869eab8ddbeb75f3dfb71988ac249b",
          "unreal": "https://o4511503716253696.ingest.us.sentry.io/api/4511547446394880/unreal/05869eab8ddbeb75f3dfb71988ac249b/"
        },
        "dynamicSdkLoaderOptions": {
          "hasDebug": false,
          "hasFeedback": false,
          "hasLogsAndMetrics": false,
          "hasPerformance": true,
          "hasReplay": true
        },
        "id": "7fb7d4c6d4cc4a7bbd7ea7a4c6f9e321",
        "isActive": true,
        "label": "Default",
        "name": "Default",
        "projectId": 4511547446394880,
        "public": "7fb7d4c6d4cc4a7bbd7ea7a4c6f9e321",
        "rateLimit": null,
        "secret": "sample-redacted-3f5c3e1171c9"
      },
      "projectSlug": "alder-service-vmq5cehxx5cym",
      "updatedAt": "2026-06-12T23:05:00.000Z"
    }
  ],
  "projects": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "detailPayload": {
        "access": [
          "event:admin",
          "alerts:write",
          "project:admin",
          "project:write",
          "org:integrations",
          "member:read",
          "event:read",
          "org:read",
          "alerts:read",
          "team:read",
          "project:releases",
          "project:read",
          "team:write",
          "event:write",
          "team:admin"
        ],
        "allowedDomains": [
          "*"
        ],
        "autofixAutomationTuning": "medium",
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "builtinSymbolSources": [
          "ios",
          "microsoft",
          "android",
          "nuget"
        ],
        "color": "#bf653f",
        "dataScrubber": true,
        "dataScrubberDefaults": true,
        "dateCreated": "2026-06-03T21:56:29.407317Z",
        "debugFilesRole": null,
        "defaultEnvironment": null,
        "derivedGroupingEnhancements": "",
        "digestsMaxDelay": 1800,
        "digestsMinDelay": 300,
        "dynamicSamplingBiases": null,
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "servicehooks",
          "similarity-embeddings",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons",
          "releases"
        ],
        "fingerprintingRules": "",
        "firstEvent": "2026-06-04T16:00:13Z",
        "firstTransactionEvent": false,
        "groupingConfig": "newstyle:2026-01-20",
        "groupingEnhancements": "",
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": true,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "highlightContext": {
          "trace": [
            "trace_id"
          ]
        },
        "highlightPreset": {
          "context": {
            "trace": [
              "trace_id"
            ]
          },
          "tags": [
            "handled",
            "level",
            "transaction",
            "url"
          ]
        },
        "highlightTags": [
          "handled",
          "level",
          "transaction",
          "url"
        ],
        "id": "4511503727001600",
        "isBookmarked": false,
        "isDynamicallySampled": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "latestRelease": {
          "version": "forge-probe@1.0.1"
        },
        "name": "API Gateway",
        "options": {
          "feedback:branding": true,
          "filters:blacklisted_ips": "",
          "filters:chunk-load-error": true,
          "filters:error_messages": "",
          "filters:log_messages": "",
          "filters:react-hydration-errors": true,
          "filters:releases": "",
          "filters:trace_metric_names": "",
          "quotas:spike-protection-disabled": false,
          "sentry:csp_ignored_sources": "",
          "sentry:csp_ignored_sources_defaults": true,
          "sentry:feedback_ai_spam_detection": true,
          "sentry:feedback_user_report_notifications": true,
          "sentry:preprod_distribution_enabled_by_customer": true,
          "sentry:preprod_distribution_enabled_query": null,
          "sentry:preprod_size_enabled_by_customer": true,
          "sentry:preprod_size_enabled_query": null,
          "sentry:preprod_size_status_checks_enabled": true,
          "sentry:preprod_size_status_checks_rules": null,
          "sentry:preprod_snapshot_status_checks_enabled": true,
          "sentry:preprod_snapshot_status_checks_fail_on_added": false,
          "sentry:preprod_snapshot_status_checks_fail_on_changed": true,
          "sentry:preprod_snapshot_status_checks_fail_on_removed": true,
          "sentry:preprod_snapshot_status_checks_fail_on_renamed": false,
          "sentry:release_distribution_pr_comments_enabled_by_customer": true,
          "sentry:release_snapshot_pr_comments_enabled": false,
          "sentry:release_snapshot_pr_comments_post_on_added": false,
          "sentry:release_snapshot_pr_comments_post_on_changed": true,
          "sentry:release_snapshot_pr_comments_post_on_removed": true,
          "sentry:release_snapshot_pr_comments_post_on_renamed": false,
          "sentry:replay_hydration_error_issues": true,
          "sentry:replay_rage_click_issues": true,
          "sentry:toolbar_allowed_origins": ""
        },
        "organization": {
          "allowMemberInvite": true,
          "allowMemberProjectCreation": true,
          "allowSuperuserAccess": true,
          "avatar": {
            "avatarType": "letter_avatar",
            "avatarUrl": null,
            "avatarUuid": null
          },
          "dateCreated": "2026-06-03T21:53:46.314772Z",
          "extraOptions": {
            "traces": {
              "checkSpanExtractionDate": false,
              "spansExtractionDate": 0
            }
          },
          "features": [
            "advanced-search",
            "ai-issue-detection",
            "am3-billing",
            "am3-tier",
            "anomaly-detection-alerts",
            "anomaly-detection-eap",
            "change-alerts",
            "continuous-profiling",
            "continuous-profiling-billing",
            "crash-rate-alerts",
            "custom-symbol-sources",
            "dashboards-ai-generate",
            "dashboards-ai-generate-edit",
            "dashboards-basic",
            "dashboards-details-widget",
            "dashboards-edit",
            "dashboards-metrics-transition",
            "dashboards-prebuilt-insights-dashboards",
            "dashboards-revisions",
            "data-forwarding",
            "discover-basic",
            "discover-query",
            "discover-saved-queries-deprecation",
            "event-attachments",
            "expose-category-trace-metric-byte",
            "gen-ai-consent",
            "gen-ai-conversations",
            "gen-ai-features",
            "incidents",
            "insight-modules",
            "insights-modules-use-eap",
            "insights-to-dashboards-ui-rollout",
            "installable-build-billing",
            "integrations-alert-rule",
            "integrations-chat-unfurl",
            "integrations-claude-code",
            "integrations-codeowners",
            "integrations-enterprise-alert-rule",
            "integrations-enterprise-incident-management",
            "integrations-event-hooks",
            "integrations-github-copilot-agent",
            "integrations-github-platform-detection",
            "integrations-github_enterprise-project-management",
            "integrations-incident-management",
            "integrations-issue-basic",
            "integrations-issue-sync",
            "integrations-scm-multi-org",
            "integrations-stacktrace-link",
            "integrations-ticket-rules",
            "integrations-vercel",
            "intercom-support",
            "invite-members",
            "issue-ai-detected-code-health-visible",
            "issue-ai-detected-db-visible",
            "issue-ai-detected-http-visible",
            "issue-ai-detected-runtime-performance-visible",
            "issue-ai-detected-security-visible",
            "issue-preprod-size-analysis-visible",
            "issue-query-injection-vulnerability-visible",
            "issue-views",
            "logs-billing",
            "metric-alert-chartcuterie",
            "monitor-seat-billing",
            "notification-platform.general-access",
            "on-demand-metrics-extraction",
            "on-demand-metrics-prefill",
            "onboarding",
            "onboarding-copy-setup-instructions",
            "onboarding-copy-setup-instructions-project-creation",
            "onboarding-new-welcome-ui",
            "onboarding-scm-experiment",
            "ondemand-budgets",
            "open-membership",
            "org-ingest-subdomains",
            "ourlogs-enabled",
            "ourlogs-ingestion",
            "page-frame",
            "performance-transaction-deprecation-banner",
            "performance-view",
            "performance-web-vitals-seer-suggestions",
            "preprod-artifact-webhooks",
            "preprod-build-distribution-pr-comments",
            "preprod-size-monitors-frontend",
            "profiling",
            "profiling-billing",
            "profiling-function-trends",
            "profiling-global-suspect-functions",
            "profiling-view",
            "relay",
            "replay-ai-summaries",
            "replay-ai-summaries-mobile",
            "seat-based-seer-enabled",
            "seer-agent-source-code-search",
            "seer-based-priority",
            "seer-billing",
            "seer-explorer",
            "seer-explorer-context-engine",
            "seer-explorer-structured-context-rollout",
            "seer-explorer-ui-tools",
            "seer-night-shift",
            "seer-run-mirror",
            "seer-user-billing-launch",
            "sentry-app-schema-form-migration",
            "sentry-pride-logo-footer",
            "session-replay",
            "session-replay-ui",
            "shared-issues",
            "size-analysis-billing",
            "span-stats",
            "spans-usage-tracking",
            "spend-visibility-notifications",
            "sso-basic",
            "team-insights",
            "team-roles",
            "trace-spans-format",
            "tracemetrics-enabled",
            "tracemetrics-equations-in-alerts",
            "tracemetrics-equations-in-explore",
            "tracemetrics-ingestion",
            "tracemetrics-multi-metric-selection-in-dashboards",
            "tracemetrics-pii-scrubbing-ui",
            "tracemetrics-stats-bytes-ui",
            "tracemetrics-units-ui",
            "uptime",
            "uptime-billing",
            "user-feedback-spam-ingest",
            "user-spend-notifications-settings",
            "visibility-dashboards-async-queue",
            "visibility-explore-range-high",
            "visibility-explore-view",
            "workflow-engine-metric-detector-limit",
            "workflow-engine-ui"
          ],
          "hasAuthProvider": false,
          "id": "4511503716253696",
          "isEarlyAdopter": false,
          "links": {
            "organizationUrl": "https://archal-labs.sentry.io",
            "regionUrl": "https://us.sentry.io"
          },
          "name": "archal labs",
          "require2FA": false,
          "slug": "archal-labs",
          "status": {
            "id": "active",
            "name": "active"
          }
        },
        "platform": "javascript",
        "platforms": [],
        "plugins": [],
        "processingIssues": 0,
        "relayPiiConfig": null,
        "resolveAge": 0,
        "safeFields": [],
        "scmSourceContextEnabled": false,
        "scrapeJavaScript": true,
        "scrubIPAddresses": false,
        "secondaryGroupingConfig": null,
        "secondaryGroupingExpiry": 0,
        "securityToken": "750848fa5f9711f1a9b6e271011f6cd3",
        "securityTokenHeader": null,
        "seerNightshiftTweaks": null,
        "seerScannerAutomation": true,
        "sensitiveFields": [],
        "slug": "node",
        "status": "active",
        "storeCrashReports": null,
        "subjectPrefix": "",
        "subjectTemplate": "$shortID - $title",
        "symbolSources": "[]",
        "team": {
          "id": "4511503716319232",
          "name": "archal labs",
          "slug": "archal-labs"
        },
        "teams": [
          {
            "id": "4511503716319232",
            "name": "archal labs",
            "slug": "archal-labs"
          }
        ],
        "verifySSL": false
      },
      "id": 1,
      "listPayload": {
        "access": [
          "alerts:read",
          "event:read",
          "member:read",
          "org:integrations",
          "team:read",
          "team:admin",
          "project:read",
          "project:admin",
          "event:admin",
          "alerts:write",
          "event:write",
          "project:releases",
          "project:write",
          "team:write",
          "org:read"
        ],
        "dateCreated": "2026-06-03T21:56:29.407317Z",
        "environments": [],
        "features": [
          "similarity-grouping-model-next",
          "profile-functions-metrics-eap-ingestion",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "servicehooks",
          "similarity-embeddings",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons",
          "releases"
        ],
        "firstEvent": "2026-06-04T16:00:13Z",
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "hasUserReports": false,
        "id": "4511503727001600",
        "isBookmarked": false,
        "isMember": true,
        "latestDeploys": null,
        "latestRelease": {
          "version": "node-vmq6demo01"
        },
        "name": "API Gateway",
        "platform": "javascript",
        "platforms": [],
        "slug": "node",
        "team": {
          "id": "4511503716319232",
          "name": "archal labs",
          "slug": "archal-labs"
        },
        "teams": [
          {
            "id": "4511503716319232",
            "name": "archal labs",
            "slug": "archal-labs"
          }
        ]
      },
      "orgSlug": "archal-labs",
      "slug": "node",
      "updatedAt": "2026-06-03T21:53:46.000Z"
    },
    {
      "createdAt": "2026-06-09T21:19:28.000Z",
      "detailPayload": {
        "access": [
          "event:read",
          "team:admin",
          "alerts:read",
          "org:read",
          "alerts:write",
          "team:read",
          "team:write",
          "org:integrations",
          "event:write",
          "project:write",
          "project:releases",
          "member:read",
          "project:read",
          "project:admin",
          "event:admin"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "color": "#bf3f5b",
        "dateCreated": "2026-06-09T21:19:28.509345Z",
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons"
        ],
        "firstEvent": null,
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "id": "4511537555308544",
        "isBookmarked": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "name": "Connector Worker",
        "platform": "python",
        "slug": "org-projects-alpha-vmq757m94ab2r",
        "status": "active"
      },
      "id": 2,
      "listPayload": {
        "access": [
          "event:read",
          "team:admin",
          "alerts:read",
          "org:read",
          "alerts:write",
          "team:read",
          "team:write",
          "org:integrations",
          "event:write",
          "project:write",
          "project:releases",
          "member:read",
          "project:read",
          "project:admin",
          "event:admin"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "color": "#bf3f5b",
        "dateCreated": "2026-06-09T21:19:28.509345Z",
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons"
        ],
        "firstEvent": null,
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "id": "4511537555308544",
        "isBookmarked": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "name": "Connector Worker",
        "platform": "python",
        "slug": "org-projects-alpha-vmq757m94ab2r",
        "status": "active"
      },
      "orgSlug": "archal-labs",
      "slug": "org-projects-alpha-vmq757m94ab2r",
      "teamSlugs": [
        "org-projects-team-vmq757m94ab2r"
      ],
      "updatedAt": "2026-06-09T21:19:28.000Z"
    },
    {
      "createdAt": "2026-06-09T21:19:29.000Z",
      "detailPayload": {
        "access": [
          "event:read",
          "team:admin",
          "alerts:read",
          "org:read",
          "alerts:write",
          "team:read",
          "team:write",
          "org:integrations",
          "event:write",
          "project:write",
          "project:releases",
          "member:read",
          "project:read",
          "project:admin",
          "event:admin"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "color": "#bf3f4b",
        "dateCreated": "2026-06-09T21:19:29.299873Z",
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons"
        ],
        "firstEvent": null,
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "id": "4511537555374080",
        "isBookmarked": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "name": "Billing API",
        "platform": "ruby",
        "slug": "org-projects-beta-vmq757m94ab2r",
        "status": "active"
      },
      "id": 3,
      "listPayload": {
        "access": [
          "event:read",
          "team:admin",
          "alerts:read",
          "org:read",
          "alerts:write",
          "team:read",
          "team:write",
          "org:integrations",
          "event:write",
          "project:write",
          "project:releases",
          "member:read",
          "project:read",
          "project:admin",
          "event:admin"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "color": "#bf3f4b",
        "dateCreated": "2026-06-09T21:19:29.299873Z",
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons"
        ],
        "firstEvent": null,
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "id": "4511537555374080",
        "isBookmarked": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "name": "Billing API",
        "platform": "ruby",
        "slug": "org-projects-beta-vmq757m94ab2r",
        "status": "active"
      },
      "orgSlug": "archal-labs",
      "slug": "org-projects-beta-vmq757m94ab2r",
      "teamSlugs": [
        "org-projects-team-vmq757m94ab2r"
      ],
      "updatedAt": "2026-06-09T21:19:29.000Z"
    },
    {
      "createdAt": "2026-06-12T23:05:00.000Z",
      "detailPayload": {
        "access": [
          "event:write",
          "team:write",
          "event:admin",
          "alerts:read",
          "project:releases",
          "event:read",
          "team:admin",
          "project:write",
          "org:read",
          "team:read",
          "project:admin",
          "member:read",
          "project:read",
          "alerts:write",
          "org:integrations"
        ],
        "allowedDomains": [
          "*"
        ],
        "autofixAutomationTuning": "medium",
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "builtinSymbolSources": [
          "ios",
          "microsoft",
          "android",
          "nuget"
        ],
        "color": "#bf973f",
        "dataScrubber": true,
        "dataScrubberDefaults": true,
        "dateCreated": "2026-06-11T15:14:54.112793Z",
        "debugFilesRole": null,
        "defaultEnvironment": null,
        "derivedGroupingEnhancements": "",
        "digestsMaxDelay": 1800,
        "digestsMinDelay": 300,
        "dynamicSamplingBiases": null,
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "servicehooks",
          "similarity-embeddings",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons",
          "releases"
        ],
        "fingerprintingRules": "",
        "firstEvent": "2026-06-12T22:51:39Z",
        "firstTransactionEvent": false,
        "groupingConfig": "newstyle:2026-01-20",
        "groupingEnhancements": "",
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "highlightContext": {
          "trace": [
            "trace_id"
          ]
        },
        "highlightPreset": {
          "context": {
            "trace": [
              "trace_id"
            ]
          },
          "tags": [
            "handled",
            "level",
            "transaction",
            "url"
          ]
        },
        "highlightTags": [
          "handled",
          "level",
          "transaction",
          "url"
        ],
        "id": "4511547446394880",
        "isBookmarked": false,
        "isDynamicallySampled": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "latestRelease": {
          "version": "forge-probe@1.0.1"
        },
        "name": "Agent Evaluator",
        "options": {
          "feedback:branding": true,
          "filters:blacklisted_ips": "",
          "filters:chunk-load-error": true,
          "filters:error_messages": "",
          "filters:log_messages": "",
          "filters:react-hydration-errors": true,
          "filters:releases": "",
          "filters:trace_metric_names": "",
          "quotas:spike-protection-disabled": false,
          "sentry:csp_ignored_sources": "",
          "sentry:csp_ignored_sources_defaults": true,
          "sentry:feedback_ai_spam_detection": true,
          "sentry:feedback_user_report_notifications": true,
          "sentry:preprod_distribution_enabled_by_customer": true,
          "sentry:preprod_distribution_enabled_query": null,
          "sentry:preprod_distribution_pr_comments_enabled_by_customer": true,
          "sentry:preprod_size_enabled_by_customer": true,
          "sentry:preprod_size_enabled_query": null,
          "sentry:preprod_size_status_checks_enabled": true,
          "sentry:preprod_size_status_checks_rules": null,
          "sentry:preprod_snapshot_pr_comments_enabled": false,
          "sentry:preprod_snapshot_pr_comments_post_on_added": false,
          "sentry:preprod_snapshot_pr_comments_post_on_changed": true,
          "sentry:preprod_snapshot_pr_comments_post_on_removed": true,
          "sentry:preprod_snapshot_pr_comments_post_on_renamed": false,
          "sentry:preprod_snapshot_status_checks_enabled": true,
          "sentry:preprod_snapshot_status_checks_fail_on_added": false,
          "sentry:preprod_snapshot_status_checks_fail_on_changed": true,
          "sentry:preprod_snapshot_status_checks_fail_on_removed": true,
          "sentry:preprod_snapshot_status_checks_fail_on_renamed": false,
          "sentry:replay_hydration_error_issues": true,
          "sentry:replay_rage_click_issues": true,
          "sentry:toolbar_allowed_origins": ""
        },
        "organization": {
          "allowMemberInvite": true,
          "allowMemberProjectCreation": true,
          "allowSuperuserAccess": true,
          "avatar": {
            "avatarType": "letter_avatar",
            "avatarUrl": null,
            "avatarUuid": null
          },
          "dateCreated": "2026-06-03T21:53:46.314772Z",
          "extraOptions": {
            "traces": {
              "checkSpanExtractionDate": false,
              "spansExtractionDate": 0
            }
          },
          "features": [
            "advanced-search",
            "ai-issue-detection",
            "am3-billing",
            "am3-tier",
            "anomaly-detection-alerts",
            "anomaly-detection-eap",
            "change-alerts",
            "continuous-profiling",
            "continuous-profiling-billing",
            "crash-rate-alerts",
            "custom-symbol-sources",
            "dashboards-ai-generate",
            "dashboards-ai-generate-edit",
            "dashboards-basic",
            "dashboards-details-widget",
            "dashboards-edit",
            "dashboards-metrics-transition",
            "dashboards-prebuilt-insights-dashboards",
            "data-forwarding",
            "derive-tags-without-plugins",
            "discover-basic",
            "discover-query",
            "discover-saved-queries-deprecation",
            "event-attachments",
            "expose-category-trace-metric-byte",
            "gen-ai-consent",
            "gen-ai-conversations",
            "gen-ai-features",
            "incidents",
            "insight-modules",
            "insights-modules-use-eap",
            "insights-to-dashboards-ui-rollout",
            "installable-build-billing",
            "integrations-alert-rule",
            "integrations-chat-unfurl",
            "integrations-codeowners",
            "integrations-enterprise-alert-rule",
            "integrations-enterprise-incident-management",
            "integrations-event-hooks",
            "integrations-github-platform-detection",
            "integrations-github_enterprise-project-management",
            "integrations-incident-management",
            "integrations-issue-basic",
            "integrations-issue-sync",
            "integrations-scm-multi-org",
            "integrations-stacktrace-link",
            "integrations-ticket-rules",
            "integrations-vercel",
            "invite-members",
            "issue-ai-detected-code-health-visible",
            "issue-ai-detected-db-visible",
            "issue-ai-detected-http-visible",
            "issue-ai-detected-runtime-performance-visible",
            "issue-ai-detected-security-visible",
            "issue-preprod-size-analysis-visible",
            "issue-query-injection-vulnerability-visible",
            "issue-views",
            "legacy-webhook-ui",
            "logs-billing",
            "metric-alert-chartcuterie",
            "monitor-seat-billing",
            "notification-platform.general-access",
            "on-demand-metrics-extraction",
            "on-demand-metrics-prefill",
            "onboarding",
            "onboarding-copy-setup-instructions",
            "onboarding-copy-setup-instructions-project-creation",
            "onboarding-new-welcome-ui",
            "onboarding-scm-experiment",
            "ondemand-budgets",
            "open-membership",
            "org-ingest-subdomains",
            "ourlogs-enabled",
            "ourlogs-ingestion",
            "ourlogs-modal-export",
            "page-frame",
            "performance-transaction-deprecation-banner",
            "performance-view",
            "performance-web-vitals-seer-suggestions",
            "preprod-artifact-webhooks",
            "preprod-build-distribution-pr-comments",
            "preprod-size-monitors-frontend",
            "preprod-snapshot-pr-comments",
            "preprod-snapshots",
            "profiling",
            "profiling-billing",
            "profiling-function-trends",
            "profiling-global-suspect-functions",
            "profiling-view",
            "relay",
            "replay-ai-summaries",
            "replay-ai-summaries-mobile",
            "seat-based-seer-enabled",
            "seer-agent-source-code-search",
            "seer-based-priority",
            "seer-billing",
            "seer-explorer",
            "seer-explorer-structured-context-rollout",
            "seer-explorer-ui-tools",
            "seer-night-shift",
            "seer-user-billing-launch",
            "sentry-app-schema-form-migration",
            "sentry-pride-logo-footer",
            "session-replay",
            "session-replay-ui",
            "shared-issues",
            "size-analysis-billing",
            "span-stats",
            "spans-usage-tracking",
            "spend-visibility-notifications",
            "sso-basic",
            "team-insights",
            "team-roles",
            "trace-spans-format",
            "tracemetrics-enabled",
            "tracemetrics-equations-in-alerts",
            "tracemetrics-equations-in-explore",
            "tracemetrics-ingestion",
            "tracemetrics-multi-metric-selection-in-dashboards",
            "tracemetrics-pii-scrubbing-ui",
            "tracemetrics-stats-bytes-ui",
            "tracemetrics-units-ui",
            "uptime",
            "uptime-billing",
            "user-feedback-spam-ingest",
            "user-spend-notifications-settings",
            "visibility-dashboards-async-queue",
            "visibility-explore-range-high",
            "visibility-explore-view",
            "workflow-engine-metric-detector-limit",
            "workflow-engine-ui"
          ],
          "hasAuthProvider": false,
          "id": "4511503716253696",
          "isEarlyAdopter": false,
          "links": {
            "organizationUrl": "https://archal-labs.sentry.io",
            "regionUrl": "https://us.sentry.io"
          },
          "name": "archal labs",
          "require2FA": false,
          "slug": "archal-labs",
          "status": {
            "id": "active",
            "name": "active"
          }
        },
        "platform": "node",
        "platforms": [],
        "plugins": [],
        "processingIssues": 0,
        "relayPiiConfig": null,
        "resolveAge": 0,
        "safeFields": [],
        "scmSourceContextEnabled": false,
        "scrapeJavaScript": true,
        "scrubIPAddresses": false,
        "secondaryGroupingConfig": null,
        "secondaryGroupingExpiry": 0,
        "securityToken": "839c792466b111f18c5d06de3bc768e7",
        "securityTokenHeader": null,
        "seerNightshiftTweaks": null,
        "seerScannerAutomation": true,
        "sensitiveFields": [],
        "slug": "Northstar-project",
        "status": "active",
        "storeCrashReports": null,
        "subjectPrefix": "",
        "subjectTemplate": "$shortID - $title",
        "symbolSources": "[]",
        "team": {
          "id": "4511503716319232",
          "name": "archal labs",
          "slug": "archal-labs"
        },
        "teams": [
          {
            "id": "4511503716319232",
            "name": "archal labs",
            "slug": "archal-labs"
          }
        ],
        "verifySSL": false
      },
      "id": 4,
      "listPayload": {
        "access": [
          "org:read",
          "event:read",
          "team:read",
          "event:write",
          "team:admin",
          "project:releases",
          "org:integrations",
          "alerts:read",
          "event:admin",
          "team:write",
          "alerts:write",
          "project:admin",
          "member:read",
          "project:write",
          "project:read"
        ],
        "dateCreated": "2026-06-11T15:14:54.112793Z",
        "environments": [
          "production"
        ],
        "features": [
          "similarity-grouping-model-next",
          "profile-functions-metrics-eap-ingestion",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "servicehooks",
          "similarity-embeddings",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons",
          "releases"
        ],
        "firstEvent": "2026-06-12T22:51:39Z",
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "hasUserReports": false,
        "id": "4511547446394880",
        "isBookmarked": false,
        "isMember": true,
        "latestDeploys": null,
        "latestRelease": {
          "version": "forge-probe@1.0.1"
        },
        "name": "Agent Evaluator",
        "platform": "node",
        "platforms": [],
        "slug": "Northstar-project",
        "team": {
          "id": "4511503716319232",
          "name": "archal labs",
          "slug": "archal-labs"
        },
        "teams": [
          {
            "id": "4511503716319232",
            "name": "archal labs",
            "slug": "archal-labs"
          }
        ]
      },
      "orgSlug": "archal-labs",
      "slug": "Northstar-project",
      "updatedAt": "2026-06-12T23:05:00.000Z"
    },
    {
      "createdAt": "2026-06-12T23:05:00.000Z",
      "detailPayload": {
        "access": [
          "event:write",
          "team:write",
          "event:admin",
          "alerts:read",
          "project:releases",
          "event:read",
          "team:admin",
          "project:write",
          "org:read",
          "team:read",
          "project:admin",
          "member:read",
          "project:read",
          "alerts:write",
          "org:integrations"
        ],
        "allowedDomains": [
          "*"
        ],
        "autofixAutomationTuning": "medium",
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "builtinSymbolSources": [
          "ios",
          "microsoft",
          "android",
          "nuget"
        ],
        "color": "#bf973f",
        "dataScrubber": true,
        "dataScrubberDefaults": true,
        "dateCreated": "2026-06-11T15:14:54.112793Z",
        "debugFilesRole": null,
        "defaultEnvironment": null,
        "derivedGroupingEnhancements": "",
        "digestsMaxDelay": 1800,
        "digestsMinDelay": 300,
        "dynamicSamplingBiases": null,
        "features": [
          "profile-functions-metrics-eap-ingestion",
          "similarity-grouping-model-next",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "servicehooks",
          "similarity-embeddings",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons",
          "releases"
        ],
        "fingerprintingRules": "",
        "firstEvent": "2026-06-12T22:51:39Z",
        "firstTransactionEvent": false,
        "groupingConfig": "newstyle:2026-01-20",
        "groupingEnhancements": "",
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "highlightContext": {
          "trace": [
            "trace_id"
          ]
        },
        "highlightPreset": {
          "context": {
            "trace": [
              "trace_id"
            ]
          },
          "tags": [
            "handled",
            "level",
            "transaction",
            "url"
          ]
        },
        "highlightTags": [
          "handled",
          "level",
          "transaction",
          "url"
        ],
        "id": "4511547446394880",
        "isBookmarked": false,
        "isDynamicallySampled": false,
        "isInternal": false,
        "isMember": true,
        "isPublic": false,
        "latestRelease": {
          "version": "archal-probe@1.0.0"
        },
        "name": "Webhook Dispatcher",
        "options": {
          "feedback:branding": true,
          "filters:blacklisted_ips": "",
          "filters:chunk-load-error": true,
          "filters:error_messages": "",
          "filters:log_messages": "",
          "filters:react-hydration-errors": true,
          "filters:releases": "",
          "filters:trace_metric_names": "",
          "quotas:spike-protection-disabled": false,
          "sentry:csp_ignored_sources": "",
          "sentry:csp_ignored_sources_defaults": true,
          "sentry:feedback_ai_spam_detection": true,
          "sentry:feedback_user_report_notifications": true,
          "sentry:preprod_distribution_enabled_by_customer": true,
          "sentry:preprod_distribution_enabled_query": null,
          "sentry:preprod_distribution_pr_comments_enabled_by_customer": true,
          "sentry:preprod_size_enabled_by_customer": true,
          "sentry:preprod_size_enabled_query": null,
          "sentry:preprod_size_status_checks_enabled": true,
          "sentry:preprod_size_status_checks_rules": null,
          "sentry:preprod_snapshot_pr_comments_enabled": false,
          "sentry:preprod_snapshot_pr_comments_post_on_added": false,
          "sentry:preprod_snapshot_pr_comments_post_on_changed": true,
          "sentry:preprod_snapshot_pr_comments_post_on_removed": true,
          "sentry:preprod_snapshot_pr_comments_post_on_renamed": false,
          "sentry:preprod_snapshot_status_checks_enabled": true,
          "sentry:preprod_snapshot_status_checks_fail_on_added": false,
          "sentry:preprod_snapshot_status_checks_fail_on_changed": true,
          "sentry:preprod_snapshot_status_checks_fail_on_removed": true,
          "sentry:preprod_snapshot_status_checks_fail_on_renamed": false,
          "sentry:replay_hydration_error_issues": true,
          "sentry:replay_rage_click_issues": true,
          "sentry:toolbar_allowed_origins": ""
        },
        "organization": {
          "allowMemberInvite": true,
          "allowMemberProjectCreation": false,
          "allowSuperuserAccess": true,
          "avatar": {
            "avatarType": "letter_avatar",
            "avatarUrl": null,
            "avatarUuid": null
          },
          "dateCreated": "2026-06-03T21:53:46.314772Z",
          "extraOptions": {
            "traces": {
              "checkSpanExtractionDate": false,
              "spansExtractionDate": 0
            }
          },
          "features": [
            "advanced-search",
            "ai-issue-detection",
            "am3-billing",
            "am3-tier",
            "anomaly-detection-alerts",
            "anomaly-detection-eap",
            "change-alerts",
            "continuous-profiling",
            "continuous-profiling-billing",
            "crash-rate-alerts",
            "custom-symbol-sources",
            "dashboards-ai-generate",
            "dashboards-ai-generate-edit",
            "dashboards-basic",
            "dashboards-details-widget",
            "dashboards-edit",
            "dashboards-metrics-transition",
            "dashboards-prebuilt-insights-dashboards",
            "data-forwarding",
            "derive-tags-without-plugins",
            "discover-basic",
            "discover-query",
            "discover-saved-queries-deprecation",
            "event-attachments",
            "expose-category-trace-metric-byte",
            "gen-ai-consent",
            "gen-ai-conversations",
            "gen-ai-features",
            "incidents",
            "insight-modules",
            "insights-modules-use-eap",
            "insights-to-dashboards-ui-rollout",
            "installable-build-billing",
            "integrations-alert-rule",
            "integrations-chat-unfurl",
            "integrations-codeowners",
            "integrations-enterprise-alert-rule",
            "integrations-enterprise-incident-management",
            "integrations-event-hooks",
            "integrations-github-platform-detection",
            "integrations-github_enterprise-project-management",
            "integrations-incident-management",
            "integrations-issue-basic",
            "integrations-issue-sync",
            "integrations-scm-multi-org",
            "integrations-stacktrace-link",
            "integrations-ticket-rules",
            "integrations-vercel",
            "invite-members",
            "issue-ai-detected-code-health-visible",
            "issue-ai-detected-db-visible",
            "issue-ai-detected-http-visible",
            "issue-ai-detected-runtime-performance-visible",
            "issue-ai-detected-security-visible",
            "issue-preprod-size-analysis-visible",
            "issue-query-injection-vulnerability-visible",
            "issue-views",
            "legacy-webhook-ui",
            "logs-billing",
            "metric-alert-chartcuterie",
            "monitor-seat-billing",
            "notification-platform.general-access",
            "on-demand-metrics-extraction",
            "on-demand-metrics-prefill",
            "onboarding",
            "onboarding-copy-setup-instructions",
            "onboarding-copy-setup-instructions-project-creation",
            "onboarding-new-welcome-ui",
            "onboarding-scm-experiment",
            "ondemand-budgets",
            "open-membership",
            "org-ingest-subdomains",
            "ourlogs-enabled",
            "ourlogs-ingestion",
            "ourlogs-modal-export",
            "page-frame",
            "performance-transaction-deprecation-banner",
            "performance-view",
            "performance-web-vitals-seer-suggestions",
            "preprod-artifact-webhooks",
            "preprod-build-distribution-pr-comments",
            "preprod-size-monitors-frontend",
            "preprod-snapshot-pr-comments",
            "preprod-snapshots",
            "profiling",
            "profiling-billing",
            "profiling-function-trends",
            "profiling-global-suspect-functions",
            "profiling-view",
            "relay",
            "replay-ai-summaries",
            "replay-ai-summaries-mobile",
            "seat-based-seer-enabled",
            "seer-agent-source-code-search",
            "seer-based-priority",
            "seer-billing",
            "seer-explorer",
            "seer-explorer-structured-context-rollout",
            "seer-explorer-ui-tools",
            "seer-night-shift",
            "seer-user-billing-launch",
            "sentry-app-schema-form-migration",
            "sentry-pride-logo-footer",
            "session-replay",
            "session-replay-ui",
            "shared-issues",
            "size-analysis-billing",
            "span-stats",
            "spans-usage-tracking",
            "spend-visibility-notifications",
            "sso-basic",
            "team-insights",
            "team-roles",
            "trace-spans-format",
            "tracemetrics-enabled",
            "tracemetrics-equations-in-alerts",
            "tracemetrics-equations-in-explore",
            "tracemetrics-ingestion",
            "tracemetrics-multi-metric-selection-in-dashboards",
            "tracemetrics-pii-scrubbing-ui",
            "tracemetrics-stats-bytes-ui",
            "tracemetrics-units-ui",
            "uptime",
            "uptime-billing",
            "user-feedback-spam-ingest",
            "user-spend-notifications-settings",
            "visibility-dashboards-async-queue",
            "visibility-explore-range-high",
            "visibility-explore-view",
            "workflow-engine-metric-detector-limit",
            "workflow-engine-ui"
          ],
          "hasAuthProvider": false,
          "id": "4511503716253696",
          "isEarlyAdopter": false,
          "links": {
            "organizationUrl": "https://archal-labs.sentry.io",
            "regionUrl": "https://us.sentry.io"
          },
          "name": "archal labs",
          "require2FA": false,
          "slug": "archal-labs",
          "status": {
            "id": "active",
            "name": "active"
          }
        },
        "platform": "javascript",
        "platforms": [],
        "plugins": [],
        "processingIssues": 0,
        "relayPiiConfig": null,
        "resolveAge": 0,
        "safeFields": [],
        "scmSourceContextEnabled": false,
        "scrapeJavaScript": true,
        "scrubIPAddresses": false,
        "secondaryGroupingConfig": null,
        "secondaryGroupingExpiry": 0,
        "securityToken": "839c792466b111f18c5d06de3bc768e7",
        "securityTokenHeader": null,
        "seerNightshiftTweaks": null,
        "seerScannerAutomation": true,
        "sensitiveFields": [],
        "slug": "alert-worker-vmq51wtwtgmd1",
        "status": "active",
        "storeCrashReports": null,
        "subjectPrefix": "",
        "subjectTemplate": "$shortID - $title",
        "symbolSources": "[]",
        "team": {
          "id": "4511529266642944",
          "name": "Alert Routing vmq51wtwtgmd1",
          "slug": "alert-routing-vmq51wtwtgmd1"
        },
        "teams": [
          {
            "id": "4511529266642944",
            "name": "Alert Routing vmq51wtwtgmd1",
            "slug": "alert-routing-vmq51wtwtgmd1"
          }
        ],
        "verifySSL": false
      },
      "id": 5,
      "listPayload": {
        "access": [
          "org:read",
          "event:read",
          "team:read",
          "event:write",
          "team:admin",
          "project:releases",
          "org:integrations",
          "alerts:read",
          "event:admin",
          "team:write",
          "alerts:write",
          "project:admin",
          "member:read",
          "project:write",
          "project:read"
        ],
        "dateCreated": "2026-06-11T15:14:54.112793Z",
        "environments": [
          "production"
        ],
        "features": [
          "similarity-grouping-model-next",
          "profile-functions-metrics-eap-ingestion",
          "rate-limits",
          "custom-inbound-filters",
          "discard-groups",
          "servicehooks",
          "similarity-embeddings",
          "similarity-indexing",
          "similarity-view",
          "span-metrics-extraction",
          "span-metrics-extraction-addons",
          "releases"
        ],
        "firstEvent": "2026-06-12T22:51:39Z",
        "firstTransactionEvent": false,
        "hasAccess": true,
        "hasFeedbacks": false,
        "hasFlags": false,
        "hasInsightsAgentMonitoring": false,
        "hasInsightsAppStart": false,
        "hasInsightsAssets": false,
        "hasInsightsCaches": false,
        "hasInsightsDb": false,
        "hasInsightsHttp": false,
        "hasInsightsMCP": false,
        "hasInsightsQueues": false,
        "hasInsightsScreenLoad": false,
        "hasInsightsVitals": false,
        "hasLogs": false,
        "hasMinifiedStackTrace": false,
        "hasMonitors": false,
        "hasNewFeedbacks": false,
        "hasProfiles": false,
        "hasReplays": false,
        "hasSessions": false,
        "hasTraceMetrics": false,
        "hasUserReports": false,
        "id": "4511547446394880",
        "isBookmarked": false,
        "isMember": true,
        "latestDeploys": null,
        "latestRelease": {
          "version": "archal-probe@1.0.0"
        },
        "name": "Webhook Dispatcher",
        "platform": "node",
        "platforms": [],
        "slug": "alder-service-vmq5cehxx5cym",
        "team": {
          "id": "4511503716319232",
          "name": "archal labs",
          "slug": "archal-labs"
        },
        "teams": [
          {
            "id": "4511503716319232",
            "name": "archal labs",
            "slug": "archal-labs"
          }
        ]
      },
      "orgSlug": "archal-labs",
      "slug": "alder-service-vmq5cehxx5cym",
      "updatedAt": "2026-06-12T23:05:00.000Z"
    }
  ],
  "releases": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "id": 1,
      "orgSlug": "archal-labs",
      "payload": {
        "authors": [],
        "commitCount": 0,
        "currentProjectMeta": {},
        "data": {},
        "dateCreated": "2027-01-10T10:00:00.000Z",
        "dateReleased": "2027-01-10T10:15:00.000Z",
        "deployCount": 0,
        "firstEvent": null,
        "id": 1900000001,
        "lastCommit": null,
        "lastDeploy": null,
        "lastEvent": null,
        "newGroups": 0,
        "owner": null,
        "projects": [
          {
            "hasHealthData": false,
            "id": 4511503727001600,
            "name": "node",
            "newGroups": 0,
            "platform": "node",
            "platforms": [],
            "slug": "node"
          }
        ],
        "ref": null,
        "shortVersion": "api-gateway@3.1.0",
        "status": "open",
        "url": null,
        "userAgent": "curl/8.7.1",
        "version": "api-gateway@3.1.0",
        "versionInfo": {
          "buildHash": null,
          "description": "1.0.0",
          "package": "archal-clone-demo",
          "version": {
            "buildCode": null,
            "components": 3,
            "major": 1,
            "minor": 0,
            "patch": 0,
            "pre": null,
            "raw": "1.0.0"
          }
        }
      },
      "updatedAt": "2026-06-03T21:53:46.000Z",
      "version": "api-gateway@3.1.0"
    },
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "id": 2,
      "orgSlug": "archal-labs",
      "payload": {
        "authors": [],
        "commitCount": 0,
        "currentProjectMeta": {},
        "data": {},
        "dateCreated": "2027-01-11T10:00:00.000Z",
        "dateReleased": "2027-01-11T10:15:00.000Z",
        "deployCount": 0,
        "firstEvent": null,
        "id": 1900000002,
        "lastCommit": null,
        "lastDeploy": null,
        "lastEvent": null,
        "newGroups": 0,
        "owner": null,
        "projects": [
          {
            "hasHealthData": false,
            "id": 4511503727001600,
            "name": "node",
            "newGroups": 0,
            "platform": "node",
            "platforms": [],
            "slug": "node"
          }
        ],
        "ref": null,
        "shortVersion": "connector-worker@2.8.4",
        "status": "open",
        "url": null,
        "userAgent": "curl/8.7.1",
        "version": "connector-worker@2.8.4",
        "versionInfo": {
          "buildHash": null,
          "description": "1.0.0",
          "package": "archal-clone-demo",
          "version": {
            "buildCode": null,
            "components": 3,
            "major": 1,
            "minor": 0,
            "patch": 0,
            "pre": null,
            "raw": "1.0.0"
          }
        }
      },
      "updatedAt": "2026-06-03T21:53:46.000Z",
      "version": "connector-worker@2.8.4"
    },
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "id": 3,
      "orgSlug": "archal-labs",
      "payload": {
        "authors": [],
        "commitCount": 0,
        "currentProjectMeta": {},
        "data": {},
        "dateCreated": "2027-01-12T10:00:00.000Z",
        "dateReleased": "2027-01-12T10:15:00.000Z",
        "deployCount": 0,
        "firstEvent": null,
        "id": 1900000003,
        "lastCommit": null,
        "lastDeploy": null,
        "lastEvent": null,
        "newGroups": 0,
        "owner": null,
        "projects": [
          {
            "hasHealthData": false,
            "id": 4511503727001600,
            "name": "node",
            "newGroups": 0,
            "platform": "node",
            "platforms": [],
            "slug": "node"
          }
        ],
        "ref": null,
        "shortVersion": "agent-evaluator@1.6.2",
        "status": "open",
        "url": null,
        "userAgent": "curl/8.7.1",
        "version": "agent-evaluator@1.6.2",
        "versionInfo": {
          "buildHash": null,
          "description": "1.0.0",
          "package": "archal-clone-demo",
          "version": {
            "buildCode": null,
            "components": 3,
            "major": 1,
            "minor": 0,
            "patch": 0,
            "pre": null,
            "raw": "1.0.0"
          }
        }
      },
      "updatedAt": "2026-06-03T21:53:46.000Z",
      "version": "agent-evaluator@1.6.2"
    }
  ],
  "teams": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "id": 1,
      "listPayload": {
        "access": [
          "org:read",
          "project:write",
          "team:read",
          "member:read",
          "alerts:read",
          "team:write",
          "event:write",
          "event:admin",
          "org:integrations",
          "project:admin",
          "alerts:write",
          "team:admin",
          "project:read",
          "project:releases",
          "event:read"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "dateCreated": "2026-06-03T21:53:46.395629Z",
        "externalTeams": [],
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511503716319232",
        "isMember": true,
        "isPending": false,
        "memberCount": 1,
        "name": "archal labs",
        "projects": [
          {
            "access": [
              "org:read",
              "event:write",
              "org:integrations",
              "team:admin",
              "project:read",
              "project:releases",
              "event:read",
              "team:read",
              "member:read",
              "alerts:read",
              "team:write",
              "event:admin",
              "project:admin",
              "alerts:write",
              "project:write"
            ],
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUuid": null
            },
            "color": "#bf653f",
            "dateCreated": "2026-06-03T21:56:29.407317Z",
            "features": [
              "profile-functions-metrics-eap-ingestion",
              "similarity-grouping-model-next",
              "rate-limits",
              "custom-inbound-filters",
              "discard-groups",
              "similarity-indexing",
              "similarity-view",
              "span-metrics-extraction",
              "span-metrics-extraction-addons",
              "releases"
            ],
            "firstEvent": "2026-06-04T16:00:13Z",
            "firstTransactionEvent": false,
            "hasAccess": true,
            "hasFeedbacks": false,
            "hasFlags": false,
            "hasInsightsAgentMonitoring": false,
            "hasInsightsAppStart": false,
            "hasInsightsAssets": false,
            "hasInsightsCaches": false,
            "hasInsightsDb": false,
            "hasInsightsHttp": false,
            "hasInsightsMCP": false,
            "hasInsightsQueues": false,
            "hasInsightsScreenLoad": false,
            "hasInsightsVitals": false,
            "hasLogs": false,
            "hasMinifiedStackTrace": false,
            "hasMonitors": false,
            "hasNewFeedbacks": false,
            "hasProfiles": false,
            "hasReplays": false,
            "hasSessions": false,
            "hasTraceMetrics": false,
            "id": "4511503727001600",
            "isBookmarked": false,
            "isInternal": false,
            "isMember": true,
            "isPublic": false,
            "name": "node",
            "platform": "node",
            "slug": "node",
            "status": "active"
          }
        ],
        "slug": "archal-labs",
        "teamRole": "admin"
      },
      "orgSlug": "archal-labs",
      "payload": {
        "access": [
          "org:read",
          "project:write",
          "team:read",
          "member:read",
          "alerts:read",
          "team:write",
          "event:write",
          "event:admin",
          "org:integrations",
          "project:admin",
          "alerts:write",
          "team:admin",
          "project:read",
          "project:releases",
          "event:read"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "dateCreated": "2026-06-03T21:53:46.395629Z",
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511503716319232",
        "isMember": true,
        "isPending": false,
        "memberCount": 1,
        "name": "archal labs",
        "slug": "archal-labs",
        "teamRole": "admin"
      },
      "slug": "archal-labs",
      "updatedAt": "2026-06-03T21:53:46.000Z"
    },
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "id": 2,
      "listPayload": {
        "access": [
          "event:admin",
          "event:write",
          "alerts:read",
          "team:admin",
          "alerts:write",
          "org:read",
          "project:read",
          "project:admin",
          "team:write",
          "project:write",
          "team:read",
          "project:releases",
          "org:integrations",
          "member:read",
          "event:read"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "dateCreated": "2026-06-09T22:51:18.565056Z",
        "externalTeams": [],
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511537916411904",
        "isMember": true,
        "isPending": false,
        "memberCount": 1,
        "name": "Archal Vmq Scope Expansion",
        "projects": [],
        "slug": "archal-vmq-scope-expansion",
        "teamRole": "admin"
      },
      "memberIds": [
        "14895696"
      ],
      "orgSlug": "archal-labs",
      "payload": {
        "access": [
          "event:admin",
          "event:write",
          "alerts:read",
          "team:admin",
          "alerts:write",
          "org:read",
          "project:read",
          "project:admin",
          "team:write",
          "project:write",
          "team:read",
          "project:releases",
          "org:integrations",
          "member:read",
          "event:read"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "dateCreated": "2026-06-09T22:51:18.565056Z",
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511537916411904",
        "isMember": true,
        "isPending": false,
        "memberCount": 1,
        "name": "Archal Vmq Scope Expansion",
        "slug": "archal-vmq-scope-expansion",
        "teamRole": "admin"
      },
      "slug": "archal-vmq-scope-expansion",
      "updatedAt": "2026-06-03T21:53:46.000Z"
    },
    {
      "createdAt": "2026-06-09T21:19:27.000Z",
      "id": 3,
      "listPayload": {
        "access": [
          "event:read",
          "member:read",
          "team:admin",
          "project:read",
          "alerts:read",
          "org:read",
          "alerts:write",
          "team:read",
          "project:admin",
          "team:write",
          "event:admin",
          "org:integrations",
          "event:write",
          "project:write",
          "project:releases"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "dateCreated": "2026-06-09T21:19:27.989953Z",
        "externalTeams": [],
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511537555243008",
        "isMember": true,
        "isPending": false,
        "memberCount": 1,
        "name": "Org Projects Team vmq757m94ab2r",
        "projects": [
          {
            "access": [
              "event:read",
              "team:admin",
              "alerts:read",
              "org:read",
              "alerts:write",
              "team:read",
              "team:write",
              "org:integrations",
              "event:write",
              "project:write",
              "project:releases",
              "member:read",
              "project:read",
              "project:admin",
              "event:admin"
            ],
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUuid": null
            },
            "color": "#bf3f5b",
            "dateCreated": "2026-06-09T21:19:28.509345Z",
            "features": [
              "profile-functions-metrics-eap-ingestion",
              "similarity-grouping-model-next",
              "rate-limits",
              "custom-inbound-filters",
              "discard-groups",
              "similarity-indexing",
              "similarity-view",
              "span-metrics-extraction",
              "span-metrics-extraction-addons"
            ],
            "firstEvent": null,
            "firstTransactionEvent": false,
            "hasAccess": true,
            "hasFeedbacks": false,
            "hasFlags": false,
            "hasInsightsAgentMonitoring": false,
            "hasInsightsAppStart": false,
            "hasInsightsAssets": false,
            "hasInsightsCaches": false,
            "hasInsightsDb": false,
            "hasInsightsHttp": false,
            "hasInsightsMCP": false,
            "hasInsightsQueues": false,
            "hasInsightsScreenLoad": false,
            "hasInsightsVitals": false,
            "hasLogs": false,
            "hasMinifiedStackTrace": false,
            "hasMonitors": false,
            "hasNewFeedbacks": false,
            "hasProfiles": false,
            "hasReplays": false,
            "hasSessions": false,
            "hasTraceMetrics": false,
            "id": "4511537555308544",
            "isBookmarked": false,
            "isInternal": false,
            "isMember": true,
            "isPublic": false,
            "name": "Org Projects Alpha vmq757m94ab2r",
            "platform": "python",
            "slug": "org-projects-alpha-vmq757m94ab2r",
            "status": "active"
          },
          {
            "access": [
              "event:read",
              "team:admin",
              "alerts:read",
              "org:read",
              "alerts:write",
              "team:read",
              "team:write",
              "org:integrations",
              "event:write",
              "project:write",
              "project:releases",
              "member:read",
              "project:read",
              "project:admin",
              "event:admin"
            ],
            "avatar": {
              "avatarType": "letter_avatar",
              "avatarUuid": null
            },
            "color": "#bf3f4b",
            "dateCreated": "2026-06-09T21:19:29.299873Z",
            "features": [
              "profile-functions-metrics-eap-ingestion",
              "similarity-grouping-model-next",
              "rate-limits",
              "custom-inbound-filters",
              "discard-groups",
              "similarity-indexing",
              "similarity-view",
              "span-metrics-extraction",
              "span-metrics-extraction-addons"
            ],
            "firstEvent": null,
            "firstTransactionEvent": false,
            "hasAccess": true,
            "hasFeedbacks": false,
            "hasFlags": false,
            "hasInsightsAgentMonitoring": false,
            "hasInsightsAppStart": false,
            "hasInsightsAssets": false,
            "hasInsightsCaches": false,
            "hasInsightsDb": false,
            "hasInsightsHttp": false,
            "hasInsightsMCP": false,
            "hasInsightsQueues": false,
            "hasInsightsScreenLoad": false,
            "hasInsightsVitals": false,
            "hasLogs": false,
            "hasMinifiedStackTrace": false,
            "hasMonitors": false,
            "hasNewFeedbacks": false,
            "hasProfiles": false,
            "hasReplays": false,
            "hasSessions": false,
            "hasTraceMetrics": false,
            "id": "4511537555374080",
            "isBookmarked": false,
            "isInternal": false,
            "isMember": true,
            "isPublic": false,
            "name": "Org Projects Beta vmq757m94ab2r",
            "platform": "ruby",
            "slug": "org-projects-beta-vmq757m94ab2r",
            "status": "active"
          }
        ],
        "slug": "org-projects-team-vmq757m94ab2r",
        "teamRole": "admin"
      },
      "orgSlug": "archal-labs",
      "payload": {
        "access": [
          "event:read",
          "member:read",
          "team:admin",
          "project:read",
          "alerts:read",
          "org:read",
          "alerts:write",
          "team:read",
          "project:admin",
          "team:write",
          "event:admin",
          "org:integrations",
          "event:write",
          "project:write",
          "project:releases"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUuid": null
        },
        "dateCreated": "2026-06-09T21:19:27.989953Z",
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511537555243008",
        "isMember": true,
        "isPending": false,
        "memberCount": 1,
        "name": "Org Projects Team vmq757m94ab2r",
        "slug": "org-projects-team-vmq757m94ab2r",
        "teamRole": "admin"
      },
      "slug": "org-projects-team-vmq757m94ab2r",
      "updatedAt": "2026-06-09T21:19:27.000Z"
    },
    {
      "createdAt": "2026-06-08T10:11:33.000Z",
      "id": 4,
      "listPayload": {
        "access": [
          "event:admin",
          "org:read",
          "event:write",
          "event:read",
          "project:admin",
          "project:releases",
          "org:integrations",
          "team:read",
          "member:read",
          "team:admin",
          "alerts:read",
          "alerts:write",
          "project:write",
          "team:write",
          "project:read"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUrl": null,
          "avatarUuid": null
        },
        "dateCreated": "2026-06-08T10:11:33.307818Z",
        "externalTeams": [],
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511529266642944",
        "isMember": false,
        "isPending": false,
        "memberCount": 0,
        "name": "Alert Routing vmq51wtwtgmd1",
        "projects": [],
        "slug": "alert-routing-vmq51wtwtgmd1",
        "teamRole": null
      },
      "orgSlug": "archal-labs",
      "payload": {
        "access": [
          "event:admin",
          "org:read",
          "event:write",
          "event:read",
          "project:admin",
          "project:releases",
          "org:integrations",
          "team:read",
          "member:read",
          "team:admin",
          "alerts:read",
          "alerts:write",
          "project:write",
          "team:write",
          "project:read"
        ],
        "avatar": {
          "avatarType": "letter_avatar",
          "avatarUrl": null,
          "avatarUuid": null
        },
        "dateCreated": "2026-06-08T10:11:33.307818Z",
        "flags": {
          "idp:provisioned": false
        },
        "hasAccess": true,
        "id": "4511529266642944",
        "isMember": false,
        "isPending": false,
        "memberCount": 0,
        "name": "Alert Routing vmq51wtwtgmd1",
        "slug": "alert-routing-vmq51wtwtgmd1",
        "teamRole": null
      },
      "slug": "alert-routing-vmq51wtwtgmd1",
      "updatedAt": "2026-06-08T10:11:33.000Z"
    }
  ]
}
