elixir-plug / plug_cowboy

Plug adapter for the Cowboy web server
Other
243 stars 48 forks source link

Update cowboy telemetry #76

Closed bryannaegele closed 2 years ago

bryannaegele commented 2 years ago

The telemetry dependency is being pulled from cowboy_telemetry now and 0.3 is locked to telemetry 0.4. This is creating conflicts when other erlang deps require 1.0, e.g. opentelemetry libraries.

josevalim commented 2 years ago

~> 0.3 should allow both 0.3 and 0.4, so this is not necessary. Remember to include cowboy_telemetry in your mix deps.update list and you should be good to go. :)