Skip to content

Commit

Permalink
:O
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorell committed Mar 7, 2023
1 parent 4953b57 commit 9cffb8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: SENTRY_DSN
valueFrom:
secretKeyRef:
name: ac-secrets
name: elixir-args
key: sentry_dsn
- name: SECRET_KEY_BASE
valueFrom:
Expand Down
3 changes: 2 additions & 1 deletion apps/room_hermes/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ defmodule RoomHermes.MixProject do
{:jason, "~> 1.2"},
{:plug_cowboy, "~> 2.5"},

# {:room_sanctum, in_umbrella: true}
# {:room_sanctum, in_umbrella: true},
{:sentry, "~> 8.0"},
]
end

Expand Down
3 changes: 2 additions & 1 deletion apps/room_sanctum/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ defmodule RoomSanctum.MixProject do

# hermes
# {:room_hermes, in_umbrella: true}
{:amqp, "~> 3.1"}
{:amqp, "~> 3.1"},
{:sentry, "~> 8.0"},
]
end

Expand Down

0 comments on commit 9cffb8a

Please sign in to comment.