From 018e934bdb209fe7ab2f9a339b538e79dc4c619e Mon Sep 17 00:00:00 2001 From: Klaas van Schelven Date: Wed, 17 Sep 2025 20:47:30 +0200 Subject: [PATCH] Reference sourcemaps instruction in JS SDK page --- projects/templates/projects/project_sdk_setup_javascript.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/templates/projects/project_sdk_setup_javascript.html b/projects/templates/projects/project_sdk_setup_javascript.html index 1993028..8891378 100644 --- a/projects/templates/projects/project_sdk_setup_javascript.html +++ b/projects/templates/projects/project_sdk_setup_javascript.html @@ -74,7 +74,8 @@ throw new Error("Error Thrown on purpose to send it to Bugsink");

Further reading

- For more information on how to use the SDK, check the Bugsink-specific SDK recommendations. + You'll probably want to configure the source maps next, so that you get readable stack traces. + For even more information on how to use the SDK, check the Bugsink-specific SDK recommendations.