From abdf4ebb05ea9a20966096d062887a4f5c734e44 Mon Sep 17 00:00:00 2001 From: Arrow Date: Thu, 10 Aug 2023 15:17:29 -0700 Subject: feat(plugin): NoSentryConsole (#1623) Co-authored-by: V Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com> --- src/utils/constants.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 667e396..1cb746a 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -339,6 +339,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({ name: "Rini", id: 1079479184478441643n }, + Arrow: { + name: "arrow", + id: 958158495302176778n + }, } satisfies Record); // iife so #__PURE__ works correctly -- cgit