Skip to content

options.setSentryClientName should contain the SDK version as well #2528

@marandaneto

Description

@marandaneto

Description

https://develop.sentry.dev/sdk/overview/#authentication

Some method calls don't concatenate the versioning, for example:

options.setSentryClientName(BuildConfig.SENTRY_LOG4J2_SDK_NAME);

It should be:

options.setSentryClientName(BuildConfig.SENTRY_LOG4J2_SDK_NAME + "/" + BuildConfig.VERSION_NAME);

There is more than 1 case like this.

Metadata

Metadata

Assignees

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions