feat(plugin): NoSentryConsole (#1623)

Co-authored-by: V <vendicated@riseup.net>
Co-authored-by: Nuckyz <61953774+Nuckyz@users.noreply.github.com>
This commit is contained in:
Arrow 2023-08-10 15:17:29 -07:00 committed by GitHub
parent fa124d8877
commit abdf4ebb05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -339,6 +339,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
name: "Rini",
id: 1079479184478441643n
},
Arrow: {
name: "arrow",
id: 958158495302176778n
},
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly