Damien Burke
Damien Burke
I believe I am having the same problem on a large closed-source, non-NextJS codebase using @sentry/browser@^7.6.0 but I get JavaScript errors in Brave on iOS, but not in Safari iOS...
I was able to mitigate the issue by downgrading @sentry/browser from 7.6.0 to 6.19.7.
The active storage migrations had the same problem, reported in #40986. The most ham-handed fix is to use insert code from that migration into the `CreateActionMailboxTables` migration. ```ruby # This...
Damien Burke, @ExMember, I'm in.