spandex-project / spandex_datadog

A datadog adapter for the `spandex` library.
MIT License
59 stars 42 forks source link

Update README to reflect Elixir 1.10/1.11 child specs #27

Closed aselder closed 3 years ago

aselder commented 3 years ago

When following the README in Elixir 1.11, you get the following warning:

Compiling 11 files (.ex)
warning: Supervisor.Spec.worker/2 is deprecated. Use the new child specifications outlined in the Supervisor module instead
  lib/monitoring/application.ex:18: Monitoring.Application.start/2

We should update the README to use the new child spec style.

aselder commented 3 years ago

I'll open up a PR in the next couple of days