{
  "events": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "eventId": "832bfe6b76964b9d94b336650236fcef",
      "groupId": "7525327635",
      "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": "2026-06-03T21:55:39.102000Z",
        "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": "832bfe6b76964b9d94b336650236fcef",
        "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": "This is an example Node.js exception",
        "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": "browser",
            "value": "Chrome 65.0.3325"
          },
          {
            "key": "browser.name",
            "value": "Chrome"
          },
          {
            "key": "client_os",
            "value": "Windows 8"
          },
          {
            "key": "client_os.name",
            "value": "Windows"
          },
          {
            "key": "level",
            "value": "error"
          },
          {
            "key": "os",
            "value": "Mac OS X 10.13.4"
          },
          {
            "key": "os.name",
            "value": "Mac OS X"
          },
          {
            "key": "sample_event",
            "value": "yes"
          },
          {
            "key": "url",
            "value": "http://example.com/foo"
          },
          {
            "key": "user",
            "query": "user.id:\"1\"",
            "value": "id:1"
          }
        ],
        "title": "TypeError: Object [object Object] has no method 'updateFrom'",
        "type": "error",
        "user": {
          "data": null,
          "email": "sample-user-3@example.test",
          "geo": null,
          "id": "1",
          "ip_address": "127.0.0.1",
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "updatedAt": "2026-06-03T21:53:46.000Z"
    },
    {
      "createdAt": "2026-06-12T23:05:00.000Z",
      "eventId": "13287fcf28bf4c0a9ef12c64925a1258",
      "groupId": "7560513426",
      "id": 3,
      "orgSlug": "archal-labs",
      "payload": {
        "_meta": {
          "context": null,
          "contexts": null,
          "entries": {},
          "message": null,
          "packages": null,
          "sdk": null,
          "tags": {},
          "user": null
        },
        "context": {},
        "contexts": {
          "trace": {
            "span_id": "13287fcf28bf4c0a",
            "status": "unknown",
            "trace_id": "13287fcf28bf4c0a9ef12c64925a1258",
            "type": "trace"
          }
        },
        "crashFile": null,
        "culprit": "main(app/main.js)",
        "dateCreated": "2026-06-12T22:51:39Z",
        "dateReceived": "2026-06-12T22:51:40.497298Z",
        "dist": null,
        "entries": [
          {
            "data": {
              "excOmitted": null,
              "hasSystemFrames": true,
              "values": [
                {
                  "mechanism": null,
                  "module": null,
                  "rawModule": null,
                  "rawStacktrace": null,
                  "rawType": null,
                  "rawValue": null,
                  "stacktrace": {
                    "frames": [
                      {
                        "absPath": "app/probe.js",
                        "colNo": null,
                        "context": [],
                        "errors": null,
                        "filename": "app/probe.js",
                        "function": "runBaseline",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 42,
                        "lock": null,
                        "module": null,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": null
                      },
                      {
                        "absPath": "app/main.js",
                        "colNo": null,
                        "context": [],
                        "errors": null,
                        "filename": "app/main.js",
                        "function": "main",
                        "inApp": true,
                        "instructionAddr": null,
                        "lineNo": 7,
                        "lock": null,
                        "module": null,
                        "package": null,
                        "parentIndex": null,
                        "platform": null,
                        "rawFunction": null,
                        "sampleCount": null,
                        "sourceLink": null,
                        "symbol": null,
                        "symbolAddr": null,
                        "trust": null,
                        "vars": null
                      }
                    ],
                    "framesOmitted": null,
                    "hasSystemFrames": true,
                    "registers": null
                  },
                  "threadId": null,
                  "type": "ArchalProbeBaselineError",
                  "value": "persistent baseline issue for distinguish probes"
                }
              ]
            },
            "type": "exception"
          }
        ],
        "errors": [],
        "eventID": "13287fcf28bf4c0a9ef12c64925a1258",
        "fingerprints": [
          "543ec958f942365b1a23ed8db78fa2d8"
        ],
        "groupID": "7560513426",
        "groupingConfig": {
          "enhancements": "KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA#KLUv_SAd6QAAkwORuGFsbC1wbGF0Zm9ybXM6MjAyNi0wMS0yMJA",
          "id": "newstyle:2026-01-20"
        },
        "id": "13287fcf28bf4c0a9ef12c64925a1258",
        "location": "app/main.js",
        "message": "",
        "metadata": {
          "filename": "app/main.js",
          "function": "main",
          "in_app_frame_mix": "in-app-only",
          "type": "ArchalProbeBaselineError",
          "value": "persistent baseline issue for distinguish probes"
        },
        "nextEventID": null,
        "occurrence": null,
        "packages": {},
        "platform": "node",
        "previousEventID": null,
        "projectID": "4511547446394880",
        "release": {
          "authors": [],
          "commitCount": 0,
          "currentProjectMeta": {},
          "data": {},
          "dateCreated": "2026-06-12T22:51:39Z",
          "dateReleased": null,
          "deployCount": 0,
          "firstEvent": "2026-06-12T22:51:39Z",
          "id": 1824179095,
          "lastCommit": null,
          "lastDeploy": null,
          "lastEvent": "2026-06-12T22:51:39Z",
          "newGroups": 1,
          "owner": null,
          "projects": [
            {
              "hasHealthData": false,
              "id": 4511547446394880,
              "name": "Northstar Project",
              "newGroups": 1,
              "platform": "node",
              "platforms": [],
              "slug": "Northstar-project"
            }
          ],
          "ref": null,
          "shortVersion": "archal-probe@1.0.0",
          "status": "open",
          "url": null,
          "userAgent": null,
          "version": "archal-probe@1.0.0",
          "versionInfo": {
            "buildHash": null,
            "description": "1.0.0",
            "package": "archal-probe",
            "version": {
              "buildCode": null,
              "components": 3,
              "major": 1,
              "minor": 0,
              "patch": 0,
              "pre": null,
              "raw": "1.0.0"
            }
          }
        },
        "resolvedWith": [
          null
        ],
        "sdk": {
          "name": "archal-probe",
          "version": "1.0"
        },
        "sdkUpdates": [],
        "size": 2813,
        "tags": [
          {
            "key": "component",
            "value": "baseline"
          },
          {
            "key": "environment",
            "value": "production"
          },
          {
            "key": "interface_type",
            "value": "exception"
          },
          {
            "key": "level",
            "value": "error"
          },
          {
            "key": "logger",
            "value": "archal.probe"
          },
          {
            "key": "probe",
            "value": "archal-distinguish"
          },
          {
            "key": "release",
            "value": "archal-probe@1.0.0"
          }
        ],
        "title": "ArchalProbeBaselineError: persistent baseline issue for distinguish probes",
        "type": "error",
        "user": {
          "data": null,
          "email": null,
          "geo": {
            "city": "The Dalles",
            "country_code": "US",
            "region": "United States"
          },
          "id": null,
          "ip_address": null,
          "name": null,
          "username": null
        },
        "userReport": null
      },
      "updatedAt": "2026-06-12T23:05:00.000Z"
    }
  ],
  "issues": [
    {
      "createdAt": "2026-06-03T21:53:46.000Z",
      "detailPayload": {
        "activity": [
          {
            "data": {},
            "dateCreated": "2026-06-03T23:12:44.453248Z",
            "id": "6184399713",
            "sentry_app": null,
            "type": "set_unresolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T23:12:44.019989Z",
            "id": "6184399705",
            "sentry_app": null,
            "type": "set_resolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T22:48:08.413913Z",
            "id": "6184336657",
            "sentry_app": null,
            "type": "set_unresolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T22:48:07.316779Z",
            "id": "6184336649",
            "sentry_app": null,
            "type": "set_resolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T22:47:12.523398Z",
            "id": "6184335890",
            "sentry_app": null,
            "type": "set_unresolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T22:47:11.447736Z",
            "id": "6184335881",
            "sentry_app": null,
            "type": "set_resolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T22:45:29.007851Z",
            "id": "6184334452",
            "sentry_app": null,
            "type": "set_unresolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {},
            "dateCreated": "2026-06-03T22:45:27.945282Z",
            "id": "6184334426",
            "sentry_app": null,
            "type": "set_resolved",
            "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": [
                {
                  "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"
              },
              "username": "demo@example.com"
            }
          },
          {
            "data": {
              "priority": "high"
            },
            "dateCreated": "2026-06-03T21:55:39.102000Z",
            "id": "0",
            "sentry_app": null,
            "type": "first_seen",
            "user": null
          }
        ],
        "annotations": [],
        "assignedTo": null,
        "count": "1",
        "culprit": "poll(../../sentry/scripts/views.js)",
        "firstRelease": null,
        "firstSeen": "2026-06-03T21:55:39.102000Z",
        "hasSeen": true,
        "id": "7525327635",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2026-06-03T21:55:39Z",
        "level": "error",
        "logger": null,
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "initial_priority": 75,
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "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": "Node Renamed Once",
          "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": "NODE-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": "browser",
            "name": "Browser",
            "totalValues": 1
          },
          {
            "key": "browser.name",
            "name": "Browser.Name",
            "totalValues": 1
          },
          {
            "key": "client_os",
            "name": "Client Os",
            "totalValues": 1
          },
          {
            "key": "client_os.name",
            "name": "Client Os.Name",
            "totalValues": 1
          },
          {
            "key": "level",
            "name": "Level",
            "totalValues": 1
          },
          {
            "key": "os",
            "name": "OS",
            "totalValues": 1
          },
          {
            "key": "os.name",
            "name": "Os.Name",
            "totalValues": 1
          },
          {
            "key": "sample_event",
            "name": "Sample Event",
            "totalValues": 1
          },
          {
            "key": "url",
            "name": "URL",
            "totalValues": 1
          },
          {
            "key": "user",
            "name": "User",
            "totalValues": 1
          }
        ],
        "title": "TypeError: Object [object Object] has no method 'updateFrom'",
        "type": "error",
        "userCount": 1,
        "userReportCount": 0
      },
      "firstSeenExact": "2026-06-03T21:55:39.102000Z",
      "groupingKey": "TypeError:Object [object Object] has no method 'updateFrom'",
      "id": 1,
      "lastSeenExact": "2026-06-03T21:55:39.102000Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "1",
        "culprit": "poll(../../sentry/scripts/views.js)",
        "filtered": null,
        "firstSeen": "2026-06-03T21:55:39Z",
        "hasSeen": true,
        "id": "7525327635",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": true,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2026-06-03T21:55:39Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-03T21:55:39.102000Z",
          "lastSeen": "2026-06-03T21:55:39Z",
          "stats": null,
          "userCount": 1
        },
        "logger": null,
        "metadata": {
          "filename": "../../sentry/scripts/views.js",
          "function": "poll",
          "in_app_frame_mix": "mixed",
          "initial_priority": 75,
          "type": "TypeError",
          "value": "Object [object Object] has no method 'updateFrom'"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7525327635/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511503727001600",
          "name": "Node Renamed Once",
          "platform": "javascript",
          "slug": "node"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "NODE-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",
        "title": "TypeError: Object [object Object] has no method 'updateFrom'",
        "type": "error",
        "userCount": 1
      },
      "orgSlug": "archal-labs",
      "projectSlug": "node",
      "sentryId": "7525327635",
      "shortId": "NODE-1",
      "status": "unresolved",
      "substatus": "ongoing",
      "tags": [
        {
          "key": "user",
          "name": "User",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "user",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "1",
              "query": "user.id:\"1\"",
              "value": "id:1"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "browser",
          "name": "Browser",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "browser",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "Chrome 65.0.3325",
              "value": "Chrome 65.0.3325"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "os",
          "name": "OS",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "os",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "Mac OS X 10.13.4",
              "value": "Mac OS X 10.13.4"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "level",
          "name": "Level",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "level",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "error",
              "value": "error"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "sample_event",
          "name": "Sample Event",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "sample_event",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "yes",
              "value": "yes"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "url",
          "name": "URL",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "url",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "http://example.com/foo",
              "value": "http://example.com/foo"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "client_os.name",
          "name": "Client Os.Name",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "client_os.name",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "Windows",
              "value": "Windows"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "browser.name",
          "name": "Browser.Name",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "browser.name",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "Chrome",
              "value": "Chrome"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "os.name",
          "name": "Os.Name",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "os.name",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "Mac OS X",
              "value": "Mac OS X"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "client_os",
          "name": "Client Os",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-03T21:55:39Z",
              "key": "client_os",
              "lastSeen": "2026-06-03T21:55:39Z",
              "name": "Windows 8",
              "value": "Windows 8"
            }
          ],
          "totalValues": 1
        }
      ],
      "updatedAt": "2026-06-03T21:53:46.000Z"
    },
    {
      "createdAt": "2026-06-12T23:05:00.000Z",
      "detailPayload": {
        "activity": [
          {
            "data": {
              "priority": "high"
            },
            "dateCreated": "2026-06-18T16:11:45.919000Z",
            "id": "0",
            "sentry_app": null,
            "type": "first_seen",
            "user": null
          }
        ],
        "annotations": [],
        "assignedTo": null,
        "count": "1",
        "culprit": "main(app/main.js)",
        "firstRelease": null,
        "firstSeen": "2026-06-18T16:11:45.919000Z",
        "hasSeen": false,
        "id": "7560513426",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": false,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastRelease": null,
        "lastSeen": "2026-06-18T16:11:45Z",
        "level": "error",
        "logger": "archal.probe",
        "metadata": {
          "filename": "app/main.js",
          "function": "main",
          "in_app_frame_mix": "in-app-only",
          "initial_priority": 75,
          "sdk": {
            "name": "archal-rebind",
            "name_normalized": "other"
          },
          "type": "ArchalProbeBaselineError",
          "value": "persistent baseline issue for distinguish probes"
        },
        "numComments": 0,
        "participants": [],
        "permalink": "https://archal-labs.sentry.io/issues/7560513426/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511587303096321",
          "name": "Northstar Project",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seenBy": [],
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "Northstar-PROJECT-1",
        "stats": {
          "24h": [
            [
              1782291600,
              0
            ],
            [
              1782295200,
              0
            ],
            [
              1782298800,
              0
            ],
            [
              1782302400,
              0
            ],
            [
              1782306000,
              0
            ],
            [
              1782309600,
              0
            ],
            [
              1782313200,
              0
            ],
            [
              1782316800,
              0
            ],
            [
              1782320400,
              0
            ],
            [
              1782324000,
              0
            ],
            [
              1782327600,
              0
            ],
            [
              1782331200,
              0
            ],
            [
              1782334800,
              0
            ],
            [
              1782338400,
              0
            ],
            [
              1782342000,
              0
            ],
            [
              1782345600,
              0
            ],
            [
              1782349200,
              0
            ],
            [
              1782352800,
              0
            ],
            [
              1782356400,
              0
            ],
            [
              1782360000,
              0
            ],
            [
              1782363600,
              0
            ],
            [
              1782367200,
              0
            ],
            [
              1782370800,
              0
            ],
            [
              1782374400,
              0
            ],
            [
              1782378000,
              0
            ]
          ],
          "30d": [
            [
              1779753600,
              0
            ],
            [
              1779840000,
              0
            ],
            [
              1779926400,
              0
            ],
            [
              1780012800,
              0
            ],
            [
              1780099200,
              0
            ],
            [
              1780185600,
              0
            ],
            [
              1780272000,
              0
            ],
            [
              1780358400,
              0
            ],
            [
              1780444800,
              0
            ],
            [
              1780531200,
              0
            ],
            [
              1780617600,
              0
            ],
            [
              1780704000,
              0
            ],
            [
              1780790400,
              0
            ],
            [
              1780876800,
              0
            ],
            [
              1780963200,
              0
            ],
            [
              1781049600,
              0
            ],
            [
              1781136000,
              0
            ],
            [
              1781222400,
              0
            ],
            [
              1781308800,
              0
            ],
            [
              1781395200,
              0
            ],
            [
              1781481600,
              0
            ],
            [
              1781568000,
              0
            ],
            [
              1781654400,
              0
            ],
            [
              1781740800,
              1
            ],
            [
              1781827200,
              0
            ],
            [
              1781913600,
              0
            ],
            [
              1782000000,
              0
            ],
            [
              1782086400,
              0
            ],
            [
              1782172800,
              0
            ],
            [
              1782259200,
              0
            ],
            [
              1782345600,
              0
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": null,
        "substatus": "new",
        "tags": [
          {
            "key": "interface_type",
            "name": "Interface Type",
            "totalValues": 1
          },
          {
            "key": "level",
            "name": "Level",
            "totalValues": 1
          },
          {
            "key": "logger",
            "name": "Logger",
            "totalValues": 1
          },
          {
            "key": "server_name",
            "name": "Server",
            "totalValues": 1
          },
          {
            "key": "transaction",
            "name": "Transaction",
            "totalValues": 1
          }
        ],
        "title": "ArchalProbeBaselineError: persistent baseline issue for distinguish probes",
        "type": "error",
        "userCount": 0,
        "userReportCount": 0
      },
      "firstSeenExact": "2026-06-12T22:51:39Z",
      "groupingKey": "ArchalProbeBaselineError:persistent baseline issue for distinguish probes",
      "id": 2,
      "lastSeenExact": "2026-06-12T22:51:39Z",
      "listPayload": {
        "annotations": [],
        "assignedTo": null,
        "count": "1",
        "culprit": "main(app/main.js)",
        "filtered": null,
        "firstSeen": "2026-06-18T16:11:45.919000Z",
        "hasSeen": false,
        "id": "7560513426",
        "isBookmarked": false,
        "isPublic": false,
        "isSubscribed": false,
        "issueCategory": "error",
        "issueType": "error",
        "isUnhandled": false,
        "lastSeen": "2026-06-18T16:11:45Z",
        "level": "error",
        "lifetime": {
          "count": "1",
          "firstSeen": "2026-06-12T22:51:39Z",
          "lastSeen": "2026-06-12T22:51:39Z",
          "stats": null,
          "userCount": 0
        },
        "logger": "archal.probe",
        "metadata": {
          "filename": "app/main.js",
          "function": "main",
          "in_app_frame_mix": "in-app-only",
          "initial_priority": 75,
          "sdk": {
            "name": "archal-rebind",
            "name_normalized": "other"
          },
          "type": "ArchalProbeBaselineError",
          "value": "persistent baseline issue for distinguish probes"
        },
        "numComments": 0,
        "permalink": "https://archal-labs.sentry.io/issues/7560513426/",
        "platform": "node",
        "priority": "high",
        "priorityLockedAt": null,
        "project": {
          "id": "4511587303096321",
          "name": "Northstar Project",
          "platform": "node",
          "slug": "Northstar-project"
        },
        "seerAutofixLastTriggered": null,
        "seerExplorerAutofixLastTriggered": null,
        "seerFixabilityScore": null,
        "shareId": null,
        "shortId": "Northstar-PROJECT-1",
        "stats": {
          "24h": [
            [
              1781218800,
              0
            ],
            [
              1781222400,
              0
            ],
            [
              1781226000,
              0
            ],
            [
              1781229600,
              0
            ],
            [
              1781233200,
              0
            ],
            [
              1781236800,
              0
            ],
            [
              1781240400,
              0
            ],
            [
              1781244000,
              0
            ],
            [
              1781247600,
              0
            ],
            [
              1781251200,
              0
            ],
            [
              1781254800,
              0
            ],
            [
              1781258400,
              0
            ],
            [
              1781262000,
              0
            ],
            [
              1781265600,
              0
            ],
            [
              1781269200,
              0
            ],
            [
              1781272800,
              0
            ],
            [
              1781276400,
              0
            ],
            [
              1781280000,
              0
            ],
            [
              1781283600,
              0
            ],
            [
              1781287200,
              0
            ],
            [
              1781290800,
              0
            ],
            [
              1781294400,
              0
            ],
            [
              1781298000,
              0
            ],
            [
              1781301600,
              1
            ]
          ]
        },
        "status": "unresolved",
        "statusDetails": {},
        "subscriptionDetails": null,
        "substatus": "new",
        "title": "ArchalProbeBaselineError: persistent baseline issue for distinguish probes",
        "type": "error",
        "userCount": 0
      },
      "orgSlug": "archal-labs",
      "projectSlug": "Northstar-project",
      "sentryId": "7560513426",
      "shortId": "Northstar-PROJECT-1",
      "status": "unresolved",
      "substatus": "new",
      "tags": [
        {
          "key": "component",
          "name": "Component",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "component",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "baseline",
              "value": "baseline"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "release",
          "name": "Release",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "release",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "archal-probe@1.0.0",
              "value": "archal-probe@1.0.0"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "interface_type",
          "name": "Interface Type",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "interface_type",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "exception",
              "value": "exception"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "logger",
          "name": "Logger",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "logger",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "archal.probe",
              "value": "archal.probe"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "level",
          "name": "Level",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "level",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "error",
              "value": "error"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "probe",
          "name": "Probe",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "probe",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "archal-distinguish",
              "value": "archal-distinguish"
            }
          ],
          "totalValues": 1
        },
        {
          "key": "environment",
          "name": "Environment",
          "topValues": [
            {
              "count": 1,
              "firstSeen": "2026-06-12T22:51:39Z",
              "key": "environment",
              "lastSeen": "2026-06-12T22:51:39Z",
              "name": "production",
              "value": "production"
            }
          ],
          "totalValues": 1
        }
      ],
      "updatedAt": "2026-06-12T23:05: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": [],
  "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"
    }
  ],
  "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": "Node Renamed Once",
        "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": "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"
          }
        ]
      },
      "orgSlug": "archal-labs",
      "slug": "node",
      "updatedAt": "2026-06-03T21:53:46.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": "Northstar Project",
        "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": "Northstar Project",
        "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"
    }
  ],
  "releases": [],
  "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"
    }
  ]
}
