Skip to content

Commit c8829a4

Browse files
authored
[COAPL-665]: Improve purchase offer SLO in Stonehenge to ignore expected error types (#139)
1 parent a31d776 commit c8829a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.2.0] - 2024-02-20
11+
12+
### Changed
13+
14+
- included errors in graphql telemetry events
15+
1016
## [2.1.0] - 2024-01-12
1117

1218
### Changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule OpentelemetryAbsinthe.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/primait/opentelemetry_absinthe"
5-
@version "2.1.0"
5+
@version "2.2.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)