Skip to content

Commit

Permalink
Core: change the Activity Source name to Snowbank.Sdk.Serialization.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysFR committed Jul 29, 2024
1 parent b423962 commit 475f998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace Doxense.Serialization.Json
public class CrystalJsonContent : HttpContent
{

private static readonly ActivitySource ActivitySource = new("Doxense.Serialization.Json");
private static readonly ActivitySource ActivitySource = new("Snowbank.Sdk.Serialization.Json");

private static readonly MediaTypeHeaderValue DefaultMediaType = new MediaTypeHeaderValue("application/json") { CharSet = "utf-8" };
//REVIEW: c'est un peu dangereux d'utiliser un singleton: le type est mutable, et est exposé via le "content.Headers.ContentType"...
Expand Down

0 comments on commit 475f998

Please sign in to comment.