Skip to content

2.12.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 18:03
· 37 commits to main since this release
Immutable release. Only release title and notes can be modified.
7b5a42d

Patch changes

  • dbe91ba Group captured log messages by logging call site instead of message content. Plain log messages often interpolate dynamic values (ids, URLs, inspected terms), and using the message as the exception type created a separate error tracking issue for every distinct message. The exception type is now Logger <level> (<Module.function/arity>) when call-site metadata is available; the full message remains in the exception value. — Thanks @cat-ph!