Skip to content

Commit

Permalink
fix(sync-service): Fix OpenTelemetry's app order in Mix releases (#1713)
Browse files Browse the repository at this point in the history
  • Loading branch information
alco authored Sep 16, 2024
1 parent bbc772a commit 5cd4a95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sync-service/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ defmodule Electric.MixProject do
releases: [
electric: [
applications: [
electric: :permanent
electric: :permanent,
opentelemetry: :temporary,
opentelemetry_exporter: :permanent
],
include_executables_for: [:unix]
]
Expand Down

0 comments on commit 5cd4a95

Please sign in to comment.