We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8056c02 commit f64d1e5Copy full SHA for f64d1e5
mix.exs
@@ -28,6 +28,7 @@ defmodule Membrane.Template.Mixfile do
28
29
def application do
30
[
31
+ mod: {Membrane.OpenTelemetry.Plugs.Application, []},
32
extra_applications: []
33
]
34
end
0 commit comments