Skip to content

Commit

Permalink
fix: remove print line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Oct 8, 2024
1 parent 9b2695c commit 386ded1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autoinstrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ const agentDescriptionIdentifyingAttributes = {
...k8sAttributes
};

console.log("agentDescriptionIdentifyingAttributes", agentDescriptionIdentifyingAttributes);

// used by native-community agent
export const createNativeCommunitySpanProcessor = (): SpanProcessor => {
Expand Down

0 comments on commit 386ded1

Please sign in to comment.