Commit graph

11965 commits

Author SHA1 Message Date
Miodec
fb529ae53b chore: remove duplicated onerror listener 2025-05-02 18:33:17 +02:00
Miodec
2a95c2b6fb chore: drop third party frames 2025-05-02 18:33:17 +02:00
Christian Fehmer
be2d830446
fix: failed to fetch commandline when a version/hotfix is deployed (@fehmer) (#6507) 2025-05-02 18:33:00 +02:00
Miodec
4cca5809a8 fix: client version potentially being different during build
!nuf
2025-05-02 14:47:43 +02:00
Miodec
e5d8bd332f chore: always init sentry, dont send in dev mode, add debug logs to sentry 2025-05-02 14:34:56 +02:00
Miodec
33a90228f4 chore: remove duplicate console.error on rejection 2025-05-02 14:21:31 +02:00
Miodec
a99408a92f chore: remove error logging to analytics 2025-05-02 14:20:20 +02:00
Miodec
76859670ba chore: remove console.error from notifications 2025-05-02 14:19:40 +02:00
Miodec
0f211b2fb7 chore: fix repo name 2025-05-01 22:28:12 +02:00
Miodec
f4b9066bb5 chore: missing repo field 2025-05-01 21:48:34 +02:00
Miodec
827637c23d chore: set commits on sentry release
also lower trace sample rate
2025-05-01 21:40:47 +02:00
Miodec
c51acf39d2 chore: dont sample random sessions without errors 2025-04-30 18:46:16 +02:00
Miodec
255c4b944d fix: unable to link discord if user has no avatar 2025-04-30 18:41:03 +02:00
Miodec
9287e880d5 chore: temporairly try a different filtering behavior 2025-04-30 17:31:28 +02:00
Miodec
ee378f35f2 fix: key elements being too close to surrounding text 2025-04-30 16:31:08 +02:00
Miodec
055b7f0a84 chore: add a function to manually capture exceptions and send to sentry 2025-04-30 14:33:29 +02:00
Miodec
faffc78abc chore: only add sentry plugin when building from release package 2025-04-30 14:13:51 +02:00
Miodec
bdaa3b16ff chore: catch failed fetch requests to instatus api 2025-04-30 10:18:34 +02:00
Miodec
5d4f449000 chore: dont use turbo cache in release script 2025-04-30 09:17:45 +02:00
Miodec
53ca12fbb4 fix(arabic egypt): remove offensive word 2025-04-30 08:54:57 +02:00
Miodec
c8e964d0f6 refactor: add hotfix mode to release package 2025-04-30 08:25:04 +02:00
Miodec
c6620aba74 chore: register service worker manually, also catch errors 2025-04-30 08:09:07 +02:00
Miodec
c2f20290d7 chore: unmask notifications in sentry 2025-04-30 07:47:28 +02:00
Christian Fehmer
c2f6ec846b
fix: very slow generation of tests in large languages (@fehmer, @miodec) (#6506)
!nuf
2025-04-30 07:34:51 +02:00
Miodec
bbd5cf2ba6 chore: remove analytics logging 2025-04-29 23:27:35 +02:00
Miodec
93bcd3ca92 chore: missing optional chain 2025-04-29 21:41:24 +02:00
Miodec
2fc4d42431 chore: ignore third party errors in sentry 2025-04-29 20:42:25 +02:00
Miodec
cbb7264eb5 chore: pass client version into sentry plugin 2025-04-29 19:10:22 +02:00
Miodec
5d22a92d05 chore: pass client version into sentry plugin 2025-04-29 19:08:07 +02:00
Miodec
be794aca3a chore: catch errors thrown when fetching release from github 2025-04-29 18:59:49 +02:00
Miodec
fee0b74ca2 fix: remove double error message on failed release notes fetch
!nuf
2025-04-29 18:59:10 +02:00
Miodec
0db87ad422 chore: move sentry to its own file, call set user 2025-04-29 18:28:20 +02:00
Miodec
b0ad7f7c6e chore: bump konami version 2025-04-29 17:57:23 +02:00
Miodec
511d8d1a0a chore: add sentry 2025-04-29 17:36:23 +02:00
Miodec
c666d13c96 impr: parse response from discord api with zod
!nuf
2025-04-29 13:53:02 +02:00
Miodec
e8c0fc08d0 chore: temporairly allow null discordIds 2025-04-29 13:51:53 +02:00
Miodec
f0f27f0733 chore: upgrade octokit/rest 2025-04-29 12:53:49 +02:00
Miodec
ae653be9aa chore: release v25.18.0 2025-04-29 12:51:07 +02:00
Christian Fehmer
c253d2fd18
refactor: make customLayoutfluid an array (@fehmer) (#6494)
merge after #6487
2025-04-29 12:46:24 +02:00
Christian Fehmer
212b8d38cb
refactor: make funbox settings an array (@fehmer) (#6487)
change funbox from "hash separated values" to array.

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-04-29 11:31:44 +02:00
Christian Fehmer
b36bc9f39e
refactor: move layout names to contracts (@fehmer) (#6495) 2025-04-28 11:29:52 +02:00
Miodec
ab9cef010e chore: swap monkeyerror for error to not expose actual error message to the frontend 2025-04-26 21:53:16 +02:00
Jack
e06f7f41cf
refactor: add trycatch util (@miodec) (#6492)
Adds trycatch util to cleanup try catch code.
2025-04-26 21:24:39 +02:00
Miodec
a59f99a533 refactor: protect against null, remove nullish coalescing 2025-04-26 18:56:58 +02:00
Miodec
f60dd0ac3c chore: remove false positive 2025-04-24 16:39:30 +02:00
Seif Soliman
86383cf9ef
refactor(backend): improve redis and json.parse type safety with zod (@byseif21, @miodec) (#6481)
### Description

refactored backend files to enhance type safety and reliability using
Zod validation and Redis instead of JSON.parse , I tried to avoid the
files that isn't necessary tho so I hope I don't miss any or included
unnecessary ones!! didn't fully test only verified code compilation and
partial tests without Redis!!.


Should Close #5881 
Related to #6207

---------

Co-authored-by: Miodec <jack@monkeytype.com>
2025-04-24 16:25:43 +02:00
Miodec
d863e8d70e fix(keymap): dynamic legends not working correctly 2025-04-24 13:28:09 +02:00
Miodec
a424f96480 chore: upgrade oxlint 2025-04-23 18:54:33 +02:00
Christian Fehmer
ac1d6f0847
feat(funbox): add ASL (@fehmer) (#6485) 2025-04-23 18:45:52 +02:00
Miodec
d3f3a834e3 refactor: remove unnecessary json parse 2025-04-23 18:43:38 +02:00