aboutsummaryrefslogtreecommitdiff
path: root/src/Enmarcha.Backend/Telemetry.cs
blob: 35c534854e997121c0375abd46e294b1d4653ca6 (plain)
1
2
3
4
5
6
7
8
using System.Diagnostics;

namespace Enmarcha.Backend;

public static class Telemetry
{
    public static readonly ActivitySource Source = new("Enmarcha.Backend");
}