File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+ ## 5.1.5
7+ - Changed
8+ - skip transaction renaming when ServiceBus instrumentation is missing
9+
610## 5.1.4
711- Changed
812 - Fix diagnostic id null reference
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ private static List<SpanLink> GetSpanLinks(string? diagnosticId)
7272 }
7373
7474 private static bool IsTraceEnabled ( )
75- => Agent . IsConfigured && Agent . Config . Enabled && Agent . Tracer is not null ;
75+ => Agent . IsConfigured && Agent . Config . Enabled && Agent . Tracer is not null && Agent . Tracer . CurrentTransaction is not null ;
7676}
You can’t perform that action at this time.
0 commit comments