Vince Foley

Results 18 issues of Vince Foley

This PR makes a few changes to adapt to Slack API changes... * It extends the `handle_connect` callback to enable initializing both the `slack` and `process_state` * Connect via the...

Regarding the note in the Readme about the Slack API changes upon connect (`rtm.start`).. https://github.com/BlakeWilliams/Elixir-Slack#upgrading-from-0x-to-020 1) I'm getting rate limited errors on even the first attempt to connect. Perhaps the...

Extend the `accept_distributed_trace_headers` and `distributed_trace_headers` functions to enable passing the Distributed Tracing payload beyond the HTTP context, for cases like `grpc` or message queues. Right now these are internal functions,...

feature request

Right now a "Transaction" is tracked across spawned processes, so work done in the child process is included in the Transaction. It would be useful if we could _safely_ track...

feature request

Fixes #556 , a bug that crashes the Logs In Context logger filter if someone logs a line from the console

We start `os_mon` but don't need `disksup`. Would be nice to prevent it from starting since it can emit distracting logs when the app boots https://www.erlang.org/docs/21/man/os_mon_app

feature request

Right now, async work that happens in a process that lives _longer_ than the main Transaction process won't get included because the Transaction completes when the main process exits. We...

feature request

* This PR adapts to changes in OTP 28 that no longer allow regex in module attributes. (https://github.com/elixir-lang/elixir/pull/14381) * Also updates the test matrix to include Elixir 1.19 / OTP...