Skip to content

Commit

Permalink
Reverted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samimusallam committed Aug 9, 2022
1 parent 0673eb8 commit d3d135b
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ namespace OpenTelemetry.Contrib.Instrumentation.AWSLambda.Implementation
/// </summary>
internal static class AWSLambdaUtils
{
internal static string ActivitySourceName =
typeof(AWSLambdaUtils).Assembly.GetName().Name.Replace(".Contrib", string.Empty);

internal static string ActivitySourceName = typeof(AWSLambdaUtils).Assembly.GetName().Name;
private const string CloudProvider = "aws";
private const string AWSRegion = "AWS_REGION";
private const string AWSXRayLambdaTraceHeaderKey = "_X_AMZN_TRACE_ID";
Expand Down

0 comments on commit d3d135b

Please sign in to comment.