Skip to content

Commit b6a14e5

Browse files
authored
docs: Fix config call in source maps docs
1 parent 1c7a86c commit b6a14e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sourcemaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Additionally, you'll need to configure the client to send the ``release``:
210210

211211
.. code-block:: javascript
212212
213-
Raven.config({
213+
Raven.config('your-dsn', {
214214
release: '2da95dfb052f477380608d59d32b4ab9'
215215
});
216216

0 commit comments

Comments
 (0)