Skip to content

Conversation

@wzieba
Copy link
Member

@wzieba wzieba commented Mar 25, 2024


Twin PR for Android: Automattic/Automattic-Tracks-Android#206

Description

Allow SDK consumers to specify release name or that it wants to delegate setting up release name to SDK (it's by default).

Why?

We would like to decrease a number of "fake releases" (created by running an up from e.g. PR build) to maek Sentry dashboard easier to navigate in. E.g., these highlighted releases are "fake" ones:

Screenshot 2024-03-25 at 14 11 27

  • I have considered if this change warrants release notes and have added them to the appropriate section in the CHANGELOG.md if necessary.

@wzieba wzieba marked this pull request as draft March 28, 2024 08:43
options.environment = self.dataProvider.buildType
switch self.dataProvider.releaseName {
case .setByApplication(let name): options.releaseName = name
case .setByTracksLibrary: options.releaseName = nil
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leaving a breadcrumb: this is bug (addressed in Android in: Automattic/Automattic-Tracks-Android#209)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants