Platform validation `react-native` goes wrong
Closed this issue · 1 comments
sudosubin commented
It looks like the platform keyword react-native
goes to https://docs.sentry.io/_platforms/react/native.json
(404), but it should use https://docs.sentry.io/_platforms/react-native.json
.
url := fmt.Sprintf(
"https://docs.sentry.io/_platforms/%s.json",
strings.Replace(v, "-", "/", 1),
)