Skip to content

Commit

Permalink
[PLATFORM-468]: [Opentelemetry] Traces are not working anymore (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese authored May 27, 2022
1 parent ba005ac commit 486177a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Next]

## [1.0.1] - 2022-05-27

### Fixed

- Add `Application.ensure_all_started(:opentelemetry)`

## [1.0.0] - 2022-04-14

### Changed
Expand Down Expand Up @@ -82,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Next]: https://github.com/primait/prima_opentelemetry_ex/compare/1.0.0...HEAD
[Next]: https://github.com/primait/prima_opentelemetry_ex/compare/1.0.1...HEAD
[1.0.1]: https://github.com/primait/prima_opentelemetry_ex/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/primait/prima_opentelemetry_ex/compare/1.0.0-rc.4...1.0.0
[1.0.0-rc.4]: https://github.com/primait/prima_opentelemetry_ex/compare/1.0.0-rc.3...1.0.0-rc.4
[1.0.0-rc.3]: https://github.com/primait/prima_opentelemetry_ex/compare/1.0.0-rc.2...1.0.0-rc.3
Expand Down
2 changes: 2 additions & 0 deletions lib/prima_opentelemetry_ex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ defmodule PrimaOpentelemetryEx do
set_resource()
set_processor()
instrument()

Application.ensure_all_started(:opentelemetry_exporter)
Application.ensure_all_started(:opentelemetry)
end

:ok
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PrimaOpentelemetryEx.MixProject do
use Mix.Project

@source_url "https://github.com/primait/prima_opentelemetry_ex"
@version "1.0.0"
@version "1.0.1"

def project do
[
Expand Down

0 comments on commit 486177a

Please sign in to comment.