You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All events sent by the SDK have the default release tag associated with them. This release is based on the app/build.gradle configuration {applicationId}@{versionName}+{versionCode}.
Actual Result
Some events are missing release tag. The issue was originally reported in this internal ticket where events are not filtered by the release filter.
The project contains multiple grade files which might be root cause.
The text was updated successfully, but these errors were encountered:
It's worth mentionning that the event.release is null, as well as the context.app.appversion/build, so it seems our backfilling logic is not working as intented.
Integration
sentry-android
Build System
Gradle
AGP Version
5.1.0
Proguard
Enabled
Version
8.1.0 and 7.13.0
Steps to Reproduce
in AndroidManifest.xml:
Run the app
Expected Result
All events sent by the SDK have the default release tag associated with them. This release is based on the
app/build.gradle
configuration{applicationId}@{versionName}+{versionCode}
.Actual Result
Some events are missing release tag. The issue was originally reported in this internal ticket where events are not filtered by the release filter.
The project contains multiple grade files which might be root cause.
The text was updated successfully, but these errors were encountered: