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 0ceacd0 commit 7bbd440Copy full SHA for 7bbd440
src/Sentry/SentryClientExtensions.cs
@@ -111,6 +111,7 @@ public static Task FlushAsync(this ISentryClient client)
111
/// </summary>
112
/// <param name="clientOrHub"></param>
113
/// <returns></returns>
114
+ [Obsolete("This method is meant for external usage only")]
115
public static SentryOptions? GetSentryOptions(this ISentryClient clientOrHub) =>
116
clientOrHub switch
117
{
0 commit comments