From b66ecfbec5b9e41925230ca3d1025380f4b590e7 Mon Sep 17 00:00:00 2001 From: Dave Friedel Date: Fri, 26 Dec 2025 09:20:31 -0500 Subject: [PATCH] tweaks before iamges --- ApiModels.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ApiModels.cs b/ApiModels.cs index a813a44..fc7ef7e 100644 --- a/ApiModels.cs +++ b/ApiModels.cs @@ -147,6 +147,7 @@ public class AppSubscription public string Name { get; set; } = ""; public string Slug { get; set; } = ""; public string? Description { get; set; } + public string? GroupName { get; set; } public string? WebhookUrl { get; set; } public string? WebhookSecret { get; set; } public bool IsActive { get; set; } @@ -241,6 +242,7 @@ public class TelemetryProjectDto public string Name { get; set; } = ""; public string Slug { get; set; } = ""; public string? Platform { get; set; } + public string? GroupName { get; set; } public string Dsn { get; set; } = ""; public bool IsActive { get; set; } public bool StackTraceGroupingEnabled { get; set; }