Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 1, 2024
1 parent 2dc9453 commit 13e0e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule TowerBugsnag.MixProject do
# Run "mix help compile.app" to learn about applications.
def application do
[
extra_applications: [:logger],
extra_applications: [:logger, :public_key],
env: [base_url: "https://notify.bugsnag.com", api_key: nil, environment: nil]
]
end
Expand Down

0 comments on commit 13e0e1e

Please sign in to comment.