{"componentChunkName":"component---src-templates-platform-tsx","path":"/platforms/javascript/guides/react/integrations/","result":{"data":{"file":{"id":"1740c944-4a4f-5c1a-b812-d5d9a920e77f","relativePath":"javascript/guides/react/integrations/index.mdx","sourceInstanceName":"platforms","childMarkdownRemark":null,"childMdx":{"body":"function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Integrations\",\n  \"excerpt\": \"\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"Integrations extend the functionality of our JavaScript SDK to cover common libraries and environments automatically.\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, mdx(\"a\", _extends({\n    parentName: \"strong\"\n  }, {\n    \"href\": \"./default/\"\n  }), \"Default Integrations\"))), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Learn more about system integrations \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"InboundFilters\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"FunctionToString\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Breadcrumbs\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"GlobalHandlers\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"LinkedErrors\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"UserAgent\"), \" that are enabled by default to integrate into the standard library or the interpreter itself.\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, mdx(\"a\", _extends({\n    parentName: \"strong\"\n  }, {\n    \"href\": \"./plugin/\"\n  }), \"Pluggable Integrations\"))), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Learn more about pluggable integrations \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"ExtraErrorData\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"CaptureConsole\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Dedupe\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Debug\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"RewriteFrames\"), \", \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"ReportingObserver\"), \", which are snippets of code that augment functionality for specific applications and/or frameworks.\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, mdx(\"a\", _extends({\n    parentName: \"strong\"\n  }, {\n    \"href\": \"./redux/\"\n  }), \"Redux Integration\"))), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Learn more using the Sentry Redux integration in your app.\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, mdx(\"a\", _extends({\n    parentName: \"strong\"\n  }, {\n    \"href\": \"./react-router/\"\n  }), \"React Router Integration\"))), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Learn more using the Sentry React Router integration in your app.\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, mdx(\"a\", _extends({\n    parentName: \"strong\"\n  }, {\n    \"href\": \"./custom/\"\n  }), \"Adding a Custom Integration\"))), mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Learn how you can enable a custom integration.\"))));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{},"internal":{"type":"Mdx"}}}},"pageContext":{"excerpt":"Integrations extend the functionality of our JavaScript SDK to cover common libraries and environments automatically. Default Integrations Learn more about system integrations  InboundFilters ,  FunctionToString ,  Breadcrumbs ,  GlobalHandlers ,  LinkedErrors ,  UserAgent  that are enabled by default to integrate into the standard library or the interpreter itself. Pluggable Integrations Learn more about pluggable integrations  ExtraErrorData ,  CaptureConsole ,  Dedupe ,  Debug ,  RewriteFrames ,  ReportingObserver , which are snippets of code that augment functionality for specific applications and/or frameworks. Redux Integration Learn more using the Sentry Redux integration in your app. React Router Integration Learn more using the Sentry React Router integration in your app. Adding a Custom Integration Learn how you can enable a custom integration.","title":"Integrations","platform":{"name":"javascript","title":"JavaScript"},"guide":{"name":"react","title":"React"},"id":"1740c944-4a4f-5c1a-b812-d5d9a920e77f"}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","2404336828","2472290386","2764967025","3818502851","4015007367","4192517163","4264099332","518019976"]}