Skip to content

Commit 2326d97

Browse files
committed
revert: doc changes
1 parent 5b42cad commit 2326d97

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Sentry/SentryLog.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@
66
namespace Sentry;
77

88
/// <summary>
9-
/// Represents a Sentry Structured Log.
9+
/// Represents the Sentry Log protocol.
1010
/// <para>This API is experimental and it may change in the future.</para>
1111
/// </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>
1712
[Experimental(DiagnosticId.ExperimentalFeature)]
1813
[DebuggerDisplay(@"SentryLog \{ Level = {Level}, Message = '{Message}' \}")]
1914
public sealed class SentryLog

0 commit comments

Comments
 (0)