We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63692e4 commit f043f0aCopy full SHA for f043f0a
CHANGELOG.md
@@ -1,5 +1,18 @@
1
## CHANGELOG
2
3
+### `v1.34.0`
4
+
5
+#### Fixes
6
+* Handle when LiveView meta.uri is `nil` [#512](https://github.com/newrelic/elixir_agent/pull/512)
7
+* Enable adding span attributes inside span macro [#515](https://github.com/newrelic/elixir_agent/pull/515)
8
+* Fix NewRelic.Logger warning level [#510](https://github.com/newrelic/elixir_agent/pull/510) Thanks @thiagogsr!
9
+* Fix Finch category-specific attributes [#513](https://github.com/newrelic/elixir_agent/pull/513)
10
11
+#### Tweaks
12
+* Increase resolution of span duration attribute [#514](https://github.com/newrelic/elixir_agent/pull/514)
13
14
+------
15
16
### `v1.33.0`
17
18
#### Fixes
VERSION
@@ -1 +1 @@
-1.33.0
+1.34.0
0 commit comments