changed CHANGELOG.md
 
@@ -1,5 1,10 @@
1
1
## CHANGELOG
2
2
3
### `v1.23.2`
4
5
Tweaks
6
* Minor change to External span tracer attributes. [#311](https://github.com/newrelic/elixir_agent/pull/311)
7
3
8
### `v1.23.1`
4
9
5
10
Tweaks
changed VERSION
 
@@ -1 1 @@
1
- 1.23.1
1
1.23.2
changed hex_metadata.config
 
@@ -143,4 143,4 @@
143
143
{<<"optional">>,true},
144
144
{<<"repository">>,<<"hexpm">>},
145
145
{<<"requirement">>,<<">= 0.11.0">>}]]}.
146
- {<<"version">>,<<"1.23.1">>}.
146
{<<"version">>,<<"1.23.2">>}.
changed lib/new_relic/tracer/report.ex
 
@@ -81,8 81,8 @@ defmodule NewRelic.Tracer.Report do
81
81
category: "http",
82
82
attributes:
83
83
Map.merge(span_attrs, %{
84
- "trace.function": function_arity_name,
85
- "trace.args": args
84
"tracer.function": function_arity_name,
85
"tracer.args": args
86
86
})
87
87
)
88
88
 
@@ -119,7 119,7 @@ defmodule NewRelic.Tracer.Report do
119
119
name: function_arity_name,
120
120
edge: [span: id, parent: parent_id],
121
121
category: "http",
122
- attributes: Map.put(span_attrs, :"trace.args", args)
122
attributes: Map.put(span_attrs, :"tracer.args", args)
123
123
)
124
124
125
125
NewRelic.incr_attributes(