Skip to content
Snippets Groups Projects
Commit 9e2de6a2 authored by Uku Taht's avatar Uku Taht
Browse files

Set OTEL as temporary app

parent 76f6a00b
Branches
Tags
No related merge requests found
...@@ -17,7 +17,7 @@ defmodule Plausible.MixProject do ...@@ -17,7 +17,7 @@ defmodule Plausible.MixProject do
releases: [ releases: [
plausible: [ plausible: [
include_executables_for: [:unix], include_executables_for: [:unix],
applications: [plausible: :permanent], applications: [plausible: :permanent, opentelemetry: :temporary],
steps: [:assemble, :tar] steps: [:assemble, :tar]
] ]
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment