Skip to content

Commit

Permalink
Merge pull request #5 from NFIBrokerage/use-compile-env
Browse files Browse the repository at this point in the history
Use compile_env
  • Loading branch information
mpran authored Sep 22, 2022
2 parents 855da89 + 30a583c commit f29aeae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a
Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.1 - 2022-09-22

### Fixed
- Fixed descouraged use warning

## 1.0.0 - 2022-05-11

This release represents stability in the API. There is no functional change
Expand Down
2 changes: 1 addition & 1 deletion lib/beeline/honeycomb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ defmodule Beeline.Honeycomb do

use Task

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

0 comments on commit f29aeae

Please sign in to comment.