From 905b4cb72b814357505d986b1c011cc875a1f29d Mon Sep 17 00:00:00 2001 From: Shana Matthews Date: Fri, 16 Jun 2023 16:06:01 -0700 Subject: [PATCH] fix duplicate heading (#7203) --- src/platform-includes/sourcemaps/troubleshooting/javascript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform-includes/sourcemaps/troubleshooting/javascript.mdx b/src/platform-includes/sourcemaps/troubleshooting/javascript.mdx index 782216652a9ff..b008daec5fc69 100644 --- a/src/platform-includes/sourcemaps/troubleshooting/javascript.mdx +++ b/src/platform-includes/sourcemaps/troubleshooting/javascript.mdx @@ -73,7 +73,7 @@ If your source code does not contain this snippet and you're using a Sentry plug If you're using the Sentry CLI, verify that you're running the `inject` command **before** you upload to Sentry and **before** you deploy your files. -## Verify Your Source Files Contain Debug ID Injection Snippets +## Verify Your SDK is Up-to-Date When inspecting the event payload JSON data in Sentry, verify that the events have a `debug_meta` property. If this property is missing and you already made sure your source files contain debug ID injection snippets, this likely means that you're using an outdated SDK.