serilog-sinks-slackclient icon indicating copy to clipboard operation
serilog-sinks-slackclient copied to clipboard

Long stack trace doesn't get formatted because of Slack's character limit

Open evanemelga opened this issue 7 years ago • 1 comments

image

Technically, Slack has 40,000 characters limit, so anything beyond that got truncated. https://api.slack.com/changelog/2018-04-truncating-really-long-messages

If a very long stack trace got truncated, the closing triple apostrophe will be missing, thus the stack trace shows as a normal, very long message instead of a block of code.

Update: In the picture though, it appears that the message got truncated although it is only about 1,500 characters

evanemelga avatar Sep 01 '18 16:09 evanemelga

Any news about this?

Tieantono avatar Jan 26 '20 11:01 Tieantono