Skip to content

Commit f8e5ccc

Browse files
author
Joshua Sierles
authored
Fix typo in name of Sentry Remix platform (#2821)
Fix typo in name of Sentry remix platform
1 parent 7cc4a75 commit f8e5ccc

File tree

1 file changed

+2
-2
lines changed
  • internal/command/extensions/core

1 file changed

+2
-2
lines changed

internal/command/extensions/core/core.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ var PlatformMap = map[string]string{
497497
"Python": "python",
498498
"Rails": "ruby-rails",
499499
"RedwoodJS": "javascript-react",
500-
"Remix": "javscript-remix",
501-
"Remix/Prisma": "javscript-remix",
500+
"Remix": "javascript-remix",
501+
"Remix/Prisma": "javascript-remix",
502502
"Ruby": "ruby",
503503
}

0 commit comments

Comments
 (0)