If sentry is configured for instance in sentry.properties with tags=commitHash:a5e39b08 and has env property, SENTRY_TAGS="namespaceK8s:test", then tags map is { namespaceK8s: test } while I would have expect tags to be merged in { namespaceK8s: test, commitHash: a5e39b08}.
I could prepare a pull request to fix it, but I would to know if it may be accepted before.
If sentry is configured for instance in sentry.properties with tags=commitHash:a5e39b08 and has env property, SENTRY_TAGS="namespaceK8s:test", then tags map is
{ namespaceK8s: test }while I would have expect tags to be merged in{ namespaceK8s: test, commitHash: a5e39b08}.I could prepare a pull request to fix it, but I would to know if it may be accepted before.