mirror of https://github.com/zulip/zulip.git
sentry: Enable the javascript name for that platform.
Hopefully this will mean our Sentry integration properly handles javascript events now.
This commit is contained in:
parent
3087fbe854
commit
05455f432e
|
@ -66,6 +66,7 @@ Issue **{title}** was ignored by **{actor}**.
|
|||
platforms_map = {
|
||||
"go": "go",
|
||||
"node": "javascript",
|
||||
"javascript": "javascript",
|
||||
"python": "python3",
|
||||
} # We can expand this as and when users use this integration with different platforms.
|
||||
|
||||
|
|
Loading…
Reference in New Issue