Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/integrations/electron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ And now ``renderer process``, which uses the Browser SDK:
});

This configuration will also take care of unhandled Promise rejections, which can be handled in various ways. By default, Electron uses standard JS API.
To learn more about handling promises, refer to :doc:`Promises <../usage#promises>` documentation.
To learn more about handling promises, refer to :doc:`Promises <raven-js-promises>` documentation.

Sending environment information
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 2 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ And set an ``Access-Control-Allow-Origin`` HTTP header on that file.
.. note:: both of these steps need to be done or your scripts might not
even get executed

.. _raven-js-promises:

Promises
--------

Expand Down