mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-28 05:28:30 +00:00
4.0.0-rc9
* Added: Emoji to the Emote Menu. * Changed: Do not look up all a user's emote sets until they actually open the emote menu to reduce server load. * Changed: Ignore a few extra useless errors with automatic error reporting. * Fixed: Adding the Prime icon to Subscribe buttons when your free Prime sub is available. * Fixed: Uncaught exceptions when a pop-up blocker stops us from opening a new tab.
This commit is contained in:
parent
2869eaedd8
commit
43832890b8
10 changed files with 434 additions and 120 deletions
|
@ -130,7 +130,9 @@ export default class RavenLogger extends Module {
|
|||
captureUnhandledRejections: false,
|
||||
ignoreErrors: [
|
||||
'InvalidAccessError',
|
||||
'out of memory'
|
||||
'out of memory',
|
||||
'Access is denied.',
|
||||
'Zugriff verweigert'
|
||||
],
|
||||
whitelistUrls: [
|
||||
/cdn\.frankerfacez\.com/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue