Skip to content

Commit

Permalink
Use Application.compile_env
Browse files Browse the repository at this point in the history
  • Loading branch information
electricshaman committed Oct 19, 2023
1 parent 93e4000 commit 6d1eadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slipstream/honeycomb/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Slipstream.Honeycomb.Connection do
emits them to Honeycomb
"""

@sender Application.get_env(
@sender Application.compile_env(
:slipstream_honeycomb,
:honeycomb_sender,
Opencensus.Honeycomb.Sender
Expand Down

0 comments on commit 6d1eadc

Please sign in to comment.