We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fec327 commit 1fbfc9eCopy full SHA for 1fbfc9e
docs/sourcemaps.rst
@@ -312,6 +312,18 @@ Troubleshooting
312
313
Source maps can sometimes be tricky to get going. If you're having trouble, try the following tips.
314
315
+Verify you have specified the release in your client config
316
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
317
+
318
+You must specify the active release in your Raven.js client configuration:
319
320
+.. code-block:: javascript
321
322
+ Raven.config('your-dsn', {
323
+ release: '1.2.3-beta'
324
+ }).install();
325
326
+Sentry needs this to associate ingested event data with the release and artifacts you've created via the API.
327
328
Verify your source maps are built correctly
329
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments