Skip to content

Commit

Permalink
Post rebase cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Aug 31, 2023
1 parent 68d5d44 commit 27776a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Elastic.Apm/OpenTelemetry/ElasticActivityListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ internal void Start(Tracer tracerInternal)
{
_tracer = tracerInternal;


Listener = new ActivityListener
{
ActivityStarted = ActivityStarted,
Expand Down Expand Up @@ -75,7 +74,6 @@ internal void Start(Tracer tracerInternal)
var timestamp = TimeUtils.ToTimestamp(activity.StartTimeUtc);
if (!CreateTransactionForActivity(activity, timestamp, spanLinks))
CreateSpanForActivity(activity, timestamp, spanLinks);
};

private bool CreateTransactionForActivity(Activity activity, long timestamp, List<SpanLink> spanLinks)
Expand Down

0 comments on commit 27776a8

Please sign in to comment.