Skip to content
Prev Previous commit
Update ApiApprovalTests.Run.DotNet8_0.verified.txt
  • Loading branch information
jamescrosswell committed Jul 9, 2025
commit a958fb3408ca655871e077bac298de93ed8ebf5d
Original file line number Diff line number Diff line change
Expand Up @@ -1304,6 +1304,7 @@ namespace Sentry.CompilerServices
{
public static System.Collections.Generic.IReadOnlyDictionary<string, string>? Values { get; }
public static void Initialize(System.Collections.Generic.Dictionary<string, string> properties) { }
public static bool TryGetBoolean(string key, out bool value) { }
}
}
namespace Sentry.Extensibility
Expand Down
Loading