Skip to content

Commit

Permalink
Merge pull request #4 from NFIBrokerage/add-auto-sub-field
Browse files Browse the repository at this point in the history
Add auto sub field
  • Loading branch information
mpran authored May 5, 2022
2 parents f64b871 + a52f4f7 commit a663c6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ 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).

## 0.3.0 - 2022-05-05

### Added

- Added `auto_subscribe` field to event data

## 0.2.0 - 2021-07-06

### Changed
Expand Down
3 changes: 2 additions & 1 deletion lib/beeline/honeycomb.ex
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ defmodule Beeline.Honeycomb do
measurement.duration,
:native,
:microsecond
) / 1_000
) / 1_000,
auto_subscribe: metadata[:auto_subscribe]
}
}

Expand Down

0 comments on commit a663c6e

Please sign in to comment.