Platform:
targetCompatibility = sourceCompatibility = 14
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
3.0.0
I have the following issue:
We used to set following environment variable
"SENTRY_TAGS": "service:%s" %(self.name),
and tags were available in sentry

and after upgrading to version 3.0.0 this variable does't work any more.

Steps to reproduce:
Upgrade
dependency 'io.sentry:sentry-logback:1.7.30'
to
dependency 'io.sentry:sentry-logback:3.0.0'
Actual result:
Tags are gone
Expected result:
Tags are present
Platform:
1.2.32.3.4.RELEASEIDE:
2020.2.2Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
3.0.0
I have the following issue:
We used to set following environment variable
and tags were available in sentry

and after upgrading to version

3.0.0this variable does't work any more.Steps to reproduce:
Upgrade
to
Actual result:
Tags are gone
Expected result:
Tags are present