Skip to content

Commit f64d1e5

Browse files
committed
Fix app bug
1 parent 8056c02 commit f64d1e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mix.exs

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ defmodule Membrane.Template.Mixfile do
2828

2929
def application do
3030
[
31+
mod: {Membrane.OpenTelemetry.Plugs.Application, []},
3132
extra_applications: []
3233
]
3334
end

0 commit comments

Comments
 (0)