tellform/public/lib/raven-js/docs/plugins/index.rst
2015-07-14 13:45:54 -07:00

21 lines
912 B
ReStructuredText

Plugins
=======
What are plugins?
~~~~~~~~~~~~~~~~~
In Raven.js, plugins are little snippets of code to augment functionality for a specific application/framework. It is highly recommended to checkout the list of plugins and use what apply to your project.
In order to keep the core small, we have opted to only include the most basic functionality by default, and you can pick and choose which plugins are applicable for you.
Why are plugins needed at all?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
JavaScript is pretty restrictive when it comes to exception handling, and there are a lot of things that make it difficult to get relevent information, so it's important that we inject code and wrap things magically so we can extract what we need. See :doc:`/usage/index` for tips regarding that.
All Plugins
~~~~~~~~~~~
* https://github.com/getsentry/raven-js/tree/master/plugins
* `Download <http://ravenjs.com>`_