David Antaramian

Results 25 issues of David Antaramian

One of the things I discussed with Christoper earlier via Slack is that I didn't agree with some of the positions taken in the style guide. That's not a criticism...

question
discussion

[Request that results in 5XX responses are retried up to 3 times](https://github.com/timberio/library-specification/blob/master/SPECIFICATION.MD#3331-batching-and-buffering-log-data)

[Retries utilize an exponential backoff with jitter](https://github.com/timberio/library-specification/blob/master/SPECIFICATION.MD#3331-batching-and-buffering-log-data)

@binarylogic Deferring to you on this, but I don't think it should. Example: ![david_ __zsh_tmux_plugin_run_ _tmux_ _tmux_-f____oh-my-zsh_plugins_tmux_tmux_extra_conf_new-session](https://cloud.githubusercontent.com/assets/156529/24480846/a068f96e-14b4-11e7-83ad-37c6f8293355.png)

Bug

We can use https://hexdocs.pm/ex_unit/ExUnit.CaptureLog.html#content to capture logs, but for some reason it's outputting ANSI data in the log data when it shouldn't be. Once that's resolved, this should resolve a...

Bug

See #231 A user should be able to configure `Timber.Integrations.PhoenixInstrumenter` so that it does _not_ log channel events. This should be part of application-level configuration.

Enhancement

@pmarreck provided a code snippet for adding the user context based on a Coherence session. We should add this to documentation (with appropriate credit). This can probably go into the...

See https://github.com/Vagabond/erlang-syslog/blob/master/src/syslog.erl for example of how this has been done before

Enhancement

We've had some people ask about Absinthe middleware that sets context information during a GraphQL query. We'll need to build an app to test this on, though.

Enhancement

I was responding to a question someone had about this package, and I noticed that you're using the `:logger` application configuration to hold configuration specific to this package. You should...