Michael Gardner
Michael Gardner
`if` doesn't have a body param, so it shouldn't be covered by the "Body Indentation" rule, right?
I can't comment on the intended behavior, but FWIW I've adopted the practice of calling `(m.inst/collect!)` at the end of any namespace that contains Malli function metadata. That ensures function...
> Would you expect the JSON of whatever was dropped to be logged or just a message that something was dropped? No, full JSON would be too much (especially where...
@adinauer How verbose is `ERROR` level? I can't easily test it out because the wrapper we use ([sentry-clj](https://github.com/getsentry/sentry-clj)) doesn't currently expose this setting. So I'll need to submit a PR...
Understood, but I'd still like to try out error-level logging to see whether it would work for us. I'll try submitting a PR to sentry-clj. In the meanwhile, could you...
We don't use `beforeSend`— that's just the message Sentry support told us to look for. What's the actual message for an event that's dropped due to size limits?
@adinauer thanks for the info. Enabling error-level logging 24/7 seems workable for us so far, so I think event IDs are all we'd need after all.