sentry-dart
sentry-dart copied to clipboard
What is the purpose of sentryClientName
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?
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
This should be on top of the v7.0.0 branch