From fde2e7655944dac22b34010c88d4a28f18d0f03f Mon Sep 17 00:00:00 2001 From: rodolfoBee <64906376+rodolfoBee@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:30:56 +0200 Subject: [PATCH] correcting markdown (#7598) --- .../sourcemaps/legacy-troubleshooting/javascript.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform-includes/sourcemaps/legacy-troubleshooting/javascript.mdx b/src/platform-includes/sourcemaps/legacy-troubleshooting/javascript.mdx index f977518a71efb..2ec6bb3b92477 100644 --- a/src/platform-includes/sourcemaps/legacy-troubleshooting/javascript.mdx +++ b/src/platform-includes/sourcemaps/legacy-troubleshooting/javascript.mdx @@ -171,7 +171,7 @@ Finally, if your file is similar to: then your uploaded artifact should be named `https://example.com/dist/maps/script.min.js.map` (or `~/dist/maps/script.min.js.map`). -###Verify Artifacts Are Uploaded Before Errors Occur +## Verify Artifacts Are Uploaded Before Errors Occur Sentry expects that source code and source maps in a given release are uploaded to Sentry **before** errors occur in that release.