Set OTEL as temporary app

This commit is contained in:
Uku Taht 2021-11-05 15:01:20 +02:00
parent 76f6a00bec
commit 9e2de6a2ff

View File

@ -17,7 +17,7 @@ defmodule Plausible.MixProject do
releases: [
plausible: [
include_executables_for: [:unix],
applications: [plausible: :permanent],
applications: [plausible: :permanent, opentelemetry: :temporary],
steps: [:assemble, :tar]
]
],