File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 44
55### Various fixes & improvements
66
7- - Add support for attachments (#673 ) by @whatyouhide
8- - Add support for interpolating messages (#670 ) by @whatyouhide
9- - Move envelope decoding to test helpers (#672 ) by @whatyouhide
10- - Improve option validation in functions (#671 ) by @whatyouhide
11- - Clean up the README (de0bbb10) by @whatyouhide
12- - Improve "mix sentry.send_test_event" (#669 ) by @whatyouhide
13- - Add threads interface and fix messages with stacktraces (#668 ) by @whatyouhide
7+ - Add ` Sentry.Interfaces.Thread ` to fix stacktraces in messages.
8+ - Add the ` --type ` and ` --no-stacktrace ` flags to ` mix sentry.send_test_message ` .
9+ - Add support for interpolating messages (with ` %s ` ) placeholders. See ` Sentry.capture_message/2 ` .
10+ - Add support for attachments; see ` Sentry.Attachment ` and ` Sentry.Context.add_attachment/1 ` .
1411
1512## 10.0.3
1613
You can’t perform that action at this time.
0 commit comments