changed
VERSION
|
@@ -1 1 @@
|
1
|
- 1.18.0-rc.5
|
1
|
1.18.0
|
|
\ No newline at end of file
|
changed
hex_metadata.config
|
@@ -122,4 122,4 @@
|
122
122
|
{<<"optional">>,true},
|
123
123
|
{<<"repository">>,<<"hexpm">>},
|
124
124
|
{<<"requirement">>,<<">= 3.4.1">>}]]}.
|
125
|
- {<<"version">>,<<"1.18.0-rc.5">>}.
|
125
|
{<<"version">>,<<"1.18.0">>}.
|
changed
lib/new_relic/transaction.ex
|
@@ -78,7 78,9 @@ defmodule NewRelic.Transaction do
|
78
78
|
|
79
79
|
@doc false
|
80
80
|
def stop_transaction() do
|
81
|
NewRelic.DistributedTrace.Tracker.cleanup(self())
|
81
82
|
NewRelic.Transaction.Reporter.complete(self(), :sync)
|
83
|
|
82
84
|
:ok
|
83
85
|
end
|