Skip to content

Commit 48f8b62

Browse files
ref(source-maps): Add sentry.javascript.serverless to fallback list (#93060)
Should help with #90285, though unclear if it will fix it Part of [RTC-778: Source maps modal doesn't recognize official Sentry SDK](https://linear.app/getsentry/issue/RTC-778/source-maps-modal-doesnt-recognize-official-sentry-sdk)
1 parent 8ccfeda commit 48f8b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/api/endpoints/source_map_debug_blue_thunder_edition.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,7 @@ def get_sdk_debug_id_support(event_data):
644644
"sentry.javascript.svelte",
645645
"sentry.javascript.sveltekit",
646646
"sentry.javascript.vue",
647+
"sentry.javascript.serverless",
647648
]
648649

649650
if sdk_name not in official_sdks or sdk_name is None:

0 commit comments

Comments
 (0)