Commit graph

19 commits

Author SHA1 Message Date
Manav Rathi
b056cf7f56
Move to newer shared package 2024-04-12 20:55:07 +05:30
Manav Rathi
a2a8be3b19
Scaffold the split 2024-04-12 20:52:33 +05:30
Manav Rathi
41472eb87d
Document and structure more 2024-04-12 20:24:48 +05:30
Manav Rathi
c691ad2ac1
Document the plan 2024-04-12 20:11:44 +05:30
Manav Rathi
36f9ca2004
Remove unused param 2024-04-12 19:53:23 +05:30
Manav Rathi
c83dc87d5d
Inline the factory 2024-04-12 14:45:03 +05:30
Manav Rathi
495ff99874
Replace enum with TS type 2024-04-12 14:41:33 +05:30
Manav Rathi
cd3ff6f878
Delete is not needed outside 2024-04-12 14:32:50 +05:30
Manav Rathi
b447dedf83
Cache limit is usused 2024-04-12 14:26:41 +05:30
Manav Rathi
bdadc839e0
Remove firefox specific workaround
In a quick (but possibly incomplete) test I wasn't able to reproduce this in an
incognito window. Throwing the error from here has a potential for breaking
things though, I'll try to verify this as I go through the flows individually.
2024-04-12 14:23:56 +05:30
Manav Rathi
7fa9e924eb
Consolidate 2024-04-11 20:57:54 +05:30
Manav Rathi
d441418b5b
Remove deprecated loggers 2024-04-09 12:06:46 +05:30
Manav Rathi
1dc8f4617e
log.error regex replacement
- logError\(e, (".+")\);
- log.error($1, e);

+ a whole bunch of manual tweakings
2024-04-09 11:32:34 +05:30
Manav Rathi
90a770c619
WIP 2024-04-08 18:09:08 +05:30
Manav Rathi
01e6e79819
Cannot be a compile time constant 2024-04-07 10:18:30 +05:30
Manav Rathi
e5b2d737b4
Clean up environment detection code 2024-04-07 10:03:28 +05:30
Manav Rathi
03bad54bce
Remove from the web side 2024-03-22 17:41:32 +05:30
Manav Rathi
70cddfdf0b
[web] Remove Sentry
Sentry has a measurable impact on page load, a metric that I'm keen to
improve. Apparently by default it loses us 8-9 page speed points, though that
can be reduced to 3-4
(https://github.com/getsentry/sentry-javascript/issues/9179).

All of this is doable, but there are bigger tasks to deal with. This is not to
say that Sentry won't be useful again at some point, when we have time to deal
with it better. But right now, we discussed that it's just better to remove
Sentry instead of piling on to the sunk cost.
2024-03-12 13:24:33 +05:30
Manav Rathi
e15c7e1642 Move into web/ 2024-03-01 12:21:07 +05:30