๐ Warning message when setting Japanese tags
Closed this issue ยท 3 comments
taromn commented
Describe the bug
When setting Japanese service name, logs can be sent to Datadog, but SDK returns warning.
import { datadogLogs } from '@datadog/browser-logs'
datadogLogs.init({
clientToken: 'xxxxxx',
site: 'datadoghq.com',
forwardErrorsToLogs: true,
sessionSampleRate: 100,
service: 'ใฆใใจ',
})
It seems Japanese tags are supported.
https://docs.datadoghq.com/getting_started/tagging/#define-tags
2.Tags can be up to 200 characters long and support Unicode letters (which includes most character sets, including languages such as Japanese).
To Reproduce
- set Japanese tags
Expected behavior
SDK doesn't return the warning message just because the tag is Japanese.
amortemousque commented
Hello @taromn,
Thanks for reporting the issue! I'll let you know when it is fixed.
amortemousque commented
Hello @taromn,
We released a fix in the browser SDK v5.26.0.
taromn commented
thank you!