Meteor.methods
getError: ->
throw new Meteor.Error(1500, 'There was an error processing your request' );
I execute this method from client. In client I see Error invoking Method 'getError': There was an error processing your request [1500]. But in sentry server it's absence
Hi!
I have method
I execute this method from client. In client I see
Error invoking Method 'getError': There was an error processing your request [1500]
. But in sentry server it's absenceMy server init looks like