Automattic / Automattic-Tracks-Android

Client library for tracking user events for later analysis
GNU General Public License v2.0
30 stars 13 forks source link

Allow consumers to delegate release name creation to the SDK #206

Closed wzieba closed 6 months ago

wzieba commented 6 months ago

Main discussion: #204

Description

This PR introduces a possibility for SDK consumers to delegate defining a release name to the Tracks library (eventually - to Sentry SDK).

This is a way to address an issue of incorrectly assigning release names between projects in the same Sentry organization.

wzieba commented 6 months ago

hi @crazytonyli ! Friendly ping in case if you missed this PR, does it look good to you? (also iOS PR: https://github.com/Automattic/Automattic-Tracks-iOS/pull/285)