You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just came across the sentryClientName in the SentryOptions and while looking at the implementation I noticed that this value is not used anywhere in this package. Did I miss something or can the field be removed / deprecated?
The text was updated successfully, but these errors were encountered:
indeed, the SDK is using options.sdk.identifier instead of options.sentryClientName, I'd say options.sdk.identifier can be removed in favor of options.sentryClientName, and sentryClientName is used as User-Agent when making API requests to Sentry
I just came across the
sentryClientName
in theSentryOptions
and while looking at the implementation I noticed that this value is not used anywhere in this package. Did I miss something or can the field be removed / deprecated?The text was updated successfully, but these errors were encountered: