Community
Participate
Working Groups
In the default Open Trace handler, a trace is created using the empty constructor, then initTrace() is called providing the trace path. The trace name is set to the final part of the path (ie. the file or resource name). The added initTrace() method signature allows for providing a trace name which can be different than the resource name taken from the path.
Pushed to master branch. commit a51232da8b798840d4066eb63f329dfb39933a59
Reopening the bug to update the solution. The default behavior of using the final segment of the trace path for the trace name can produce undesired results when the trace resource is a linked resource with a different name than the local content. The initTrace() method signatures are all updated to add a mandatory trace name parameter.
Pushed to master branch. commit ad73bed2a4a34ea516c206654d7900095d57be9f
Delivered in 0.10.0