newrelic / elixir_agent

New Relic's Open Source Elixir Agent

Home Page:https://hex.pm/packages/new_relic_agent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incompatible with Elixir 1.8.x

akagr opened this issue · comments

Describe the bug
The readme and mix file mention a minimum requirement of Elixir 1.8. However the code uses System.pid/0, which was introduced in Elixir 1.9.0.

This was introduced since #373

Environment

  • Elixir & Erlang version: v1.8
  • Agent version: v1.27.7

Updating compatible elixir versions here: #383