Skip to content

Commit

Permalink
Relocated value
Browse files Browse the repository at this point in the history
  • Loading branch information
mrblonde91 committed Jan 15, 2023
1 parent 86bced0 commit 1f6d165
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ public override void OnCustom(string name, Activity activity, object payload)
activity.AddTag(AttributeDbSystem, "mysql");
break;
case "Npgsql.EntityFrameworkCore.PostgreSQL":
case "Devart.Data.PostgreSql.EFCore":
activity.AddTag(AttributeDbSystem, "postgresql");
break;
case "Oracle.EntityFrameworkCore":
case "Devart.Data.Oracle.EFCore":
case "Devart.Data.PostgreSql.EFCore":
activity.AddTag(AttributeDbSystem, "oracle");
break;
case "Microsoft.EntityFrameworkCore.InMemory":
Expand Down

0 comments on commit 1f6d165

Please sign in to comment.