Skip to content

Commit 5eb33e0

Browse files
ref(ui): Fix typo in sentry sdk name for astro (#86016)
1 parent 6789e2b commit 5eb33e0

File tree

1 file changed

+1
-1
lines changed
  • static/app/components/events/interfaces/crashContent/exception

1 file changed

+1
-1
lines changed

static/app/components/events/interfaces/crashContent/exception/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const sourceMapSdkDocsMap: Record<string, string> = {
100100
'sentry.javascript.svelte': 'svelte',
101101
'sentry.javascript.sveltekit': 'sveltekit',
102102
'sentry.javascript.react-native': 'react-native',
103-
'sentry.javascript.atro': 'astro',
103+
'sentry.javascript.astro': 'astro',
104104
};
105105

106106
const IconPlacement = styled(IconOpen)`

0 commit comments

Comments
 (0)