sentry-dart icon indicating copy to clipboard operation
sentry-dart copied to clipboard

What is the purpose of sentryClientName

Open M123-dev opened this issue 4 years ago • 1 comments

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?

M123-dev avatar Sep 10 '21 16:09 M123-dev

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

marandaneto avatar Sep 11 '21 09:09 marandaneto

This should be on top of the v7.0.0 branch

marandaneto avatar Nov 15 '22 09:11 marandaneto