Reference sourcemaps instruction in JS SDK page

This commit is contained in:
Klaas van Schelven
2025-09-17 20:47:30 +02:00
parent cc343d4f2c
commit 018e934bdb

View File

@@ -74,7 +74,8 @@ throw new Error("Error Thrown on purpose to send it to Bugsink");
<h2 class="mt-6 text-2xl font-bold">Further reading</h2>
<div class="mt-4">
For more information on how to use the SDK, check the <a href="https://www.bugsink.com/docs/sdk-recommendations/" class="text-cyan-500 dark:text-cyan-300 font-bold">Bugsink-specific SDK recommendations</a>.
You'll probably want to configure the <a href="https://www.bugsink.com/docs/sourcemaps/" class="text-cyan-500 dark:text-cyan-300 font-bold">source maps</a> next, so that you get readable stack traces.
For even more information on how to use the SDK, check the <a href="https://www.bugsink.com/docs/sdk-recommendations/" class="text-cyan-500 dark:text-cyan-300 font-bold">Bugsink-specific SDK recommendations</a>.
</div>