Skip to content

Commit 7bbd440

Browse files
committed
Update SentryClientExtensions.cs
1 parent 0ceacd0 commit 7bbd440

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sentry/SentryClientExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public static Task FlushAsync(this ISentryClient client)
111111
/// </summary>
112112
/// <param name="clientOrHub"></param>
113113
/// <returns></returns>
114+
[Obsolete("This method is meant for external usage only")]
114115
public static SentryOptions? GetSentryOptions(this ISentryClient clientOrHub) =>
115116
clientOrHub switch
116117
{

0 commit comments

Comments
 (0)