Skip to content

Commit

Permalink
chore: change powershell tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Jun 14, 2024
1 parent 57954f5 commit 6c57f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sentry/utils/tag_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"sentry.cocoa",
"sentry.dart",
"sentry.dotnet",
"sentry.dotnet.powershell",
"sentry.elixir",
"sentry.go",
"sentry.java",
Expand Down Expand Up @@ -40,7 +41,6 @@
"sentry.objc",
"sentry.perl",
"sentry.php",
"sentry.powershell",
"sentry.python",
"sentry.ruby",
"sentry.rust",
Expand All @@ -59,6 +59,7 @@
"sentry.react": "sentry.javascript.react",
"sentry.symfony": "sentry.php.symfony",
"sentry.unity": "sentry.native.unity",
"sentry.powershell": "sentry.dotnet.powershell",
}

# TODO: Should we be grouping by origin SDK instead? (For example, should we be
Expand Down

0 comments on commit 6c57f4a

Please sign in to comment.