You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the console reports Error: event exceeded the permitted size. if I upload a file on https://github.com/VeliovGroup/Meteor-Files which is quite large (more than 2mb).
The text was updated successfully, but these errors were encountered:
Fixed by fully ignoring all DDP methods whose name starts with _FilesCollectionWrite_. In this way we ignore (and loose) a lot of the messages but also skip sending a ton of methods to Elastic APM.
I've noticed that the console reports
Error: event exceeded the permitted size.
if I upload a file on https://github.com/VeliovGroup/Meteor-Files which is quite large (more than 2mb).The text was updated successfully, but these errors were encountered: