We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b42cad commit 2326d97Copy full SHA for 2326d97
src/Sentry/SentryLog.cs
@@ -6,14 +6,9 @@
6
namespace Sentry;
7
8
/// <summary>
9
-/// Represents a Sentry Structured Log.
+/// Represents the Sentry Log protocol.
10
/// <para>This API is experimental and it may change in the future.</para>
11
/// </summary>
12
-/// <remarks>
13
-/// Sentry Docs: <see href="https://docs.sentry.io/product/explore/logs/"/>.
14
-/// Sentry Developer Documentation: <see href="https://develop.sentry.dev/sdk/telemetry/logs/"/>.
15
-/// Sentry .NET SDK Docs: <see href="https://docs.sentry.io/platforms/dotnet/logs/"/>.
16
-/// </remarks>
17
[Experimental(DiagnosticId.ExperimentalFeature)]
18
[DebuggerDisplay(@"SentryLog \{ Level = {Level}, Message = '{Message}' \}")]
19
public sealed class SentryLog
0 commit comments