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:
Tim Abbott 2020-06-15 11:38:19 -07:00
parent 3087fbe854
commit 05455f432e
1 changed files with 1 additions and 0 deletions

View File

@ -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.