I get this error on sentry.io:
I am using "@sentry/browser": "^5.4.3"
The tags I aim to set contains values like this:
version: '0.2.9',
revision: 'some-long-revision-guid',
branch: 'some-branch-name',
And I set the tags like this:
configureScope(scope => scope.setTag('version', version));
What is wrong - where can I see the invalid value?