new-relixir icon indicating copy to clipboard operation
new-relixir copied to clipboard

New Relic tracking for Phoenix and Plug applications.

Results 6 new-relixir issues
Sort by recently updated
recently updated
newest added

NewRelic recently elected to deprecate old clients, and this pretends to be an older version of the Python Client. As such, come July 29th, it would stop working. This attempts...

it is possible to record background transactions by setting the transaction key as shown below. Opening this PR to get feedback on how to best expose this interface. This could...

Currently in the dependency tree, both Ecto and Phoenix are dependencies added regardless if the parent project is using either dependency. Ideally, both dependencies should be marked as optional dependencies...

See: https://github.com/newrelic/elixir_agent#new-relics-open-source-elixir-agent

Ran in to this running unit tests where it doesn't seem to support handling preload the same ```elixir iex(1)> MyApp.Repo.preload(nil, :conversation) nil iex(2)> MyApp.Repo.NewRelic.preload(nil, :conversation) ** (Protocol.UndefinedError) protocol Ecto.Queryable not...

Support Transaction Traces: https://newrelic.com/transaction-trace

enhancement