SlackNotification.trace-exclamation-mark

You're seeing just the function trace-exclamation-mark, go back to SlackNotification module for more information.
Link to this function

trace!(client, url, opts)

Specs

Perform a TRACE request.

See request!/1 or request!/2 for options definition.

trace!("/users")
trace!("/users", query: [scope: "admin"])
trace!(client, "/users")
trace!(client, "/users", query: [scope: "admin"])