{"componentChunkName":"component---src-templates-doc-tsx","path":"/product/accounts/quotas/manage-event-stream-guide/","result":{"data":{"file":{"id":"50a491c1-1e2a-5a22-9c6b-385c1dc1d6c4","relativePath":"product/accounts/quotas/manage-event-stream-guide.mdx","sourceInstanceName":"docs","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\": \"Manage Your Event Stream, a Guide\",\n  \"sidebar_order\": 3,\n  \"redirect_from\": [\"/guides/manage-event-stream/\"],\n  \"description\": \"Helps you use the tools Sentry provides to control the _type_ and _amount_ of errors that are monitored.\"\n};\n\nvar makeShortcode = function makeShortcode(name) {\n  return function MDXDefaultShortcode(props) {\n    console.warn(\"Component \" + name + \" was not imported, exported, or provided by MDXProvider as global scope\");\n    return mdx(\"div\", props);\n  };\n};\n\nvar Alert = makeShortcode(\"Alert\");\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, \"Sending all application errors to Sentry ensures you'll be notified in real-time when errors occur in your code. However, with just the basic setup, you might quickly realize that your applications generate many errors, and those might trigger many notifications. Sentry provides tools to control the \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"type\"), \" and \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"amount\"), \" of errors that are monitored. These will allow you to:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Shape your event stream to make it actionable and meaningful.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Reserve those real-time notifications for errors that actually break your code.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"Manage your quotas if you're on an event-quota based plan.\")), mdx(\"h2\", {\n    \"id\": \"1-sdk-filtering-beforesend\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#1-sdk-filtering-beforesend\",\n    \"aria-label\": \"1 sdk filtering beforesend permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"1. SDK Filtering: beforeSend\"), mdx(\"p\", null, \"All Sentry SDKs support the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"beforeSend\"), \" callback method. Once implemented, the method is invoked when the SDK captures an event, right before sending it to your Sentry account. It receives the event object as a parameter, so developers can use that to modify the event's data or drop it completely (by returning \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"null\"), \") based on their custom logic and the data available on the event like \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"tags\"), \", \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"environment\"), \", \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"release version\"), \", \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"error attributes\"), \", and so forth. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platform-redirect/?next=/configuration/filtering/\"\n  }), \"Filtering Events\")), mdx(\"h2\", {\n    \"id\": \"2-sdk-configuration\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#2-sdk-configuration\",\n    \"aria-label\": \"2 sdk configuration permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"2. SDK Configuration\"), mdx(\"p\", null, \"The Sentry SDKs have several configuration options that can be used to filter unwanted errors from leaving your application's runtime. A lot of these options are platform-specific, so make sure you look for yours in our docs under \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/\"\n  }), \"Platforms\"), \" and \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platform-redirect/?next=/configuration/\"\n  }), \"Configuration\"), \". Here are some examples:\"), mdx(\"h3\", {\n    \"id\": \"javascript\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#javascript\",\n    \"aria-label\": \"javascript permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"JavaScript\"), mdx(\"p\", null, \"The SDK includes multiple \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Integrations\"), \" - functional plugins that you can configure, enable, or disable. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/javascript/\"\n  }), \"JavaScript SDK Integrations\"), \". Several integrations allow you to configure the types of events you want Sentry to monitor:\"), mdx(\"h4\", {\n    \"id\": \"inboundfilters\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h4\"\n  }, {\n    \"href\": \"#inboundfilters\",\n    \"aria-label\": \"inboundfilters permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"InboundFilters\"), mdx(\"p\", null, \"The integration is enabled by default and adds the following configuration options to the SDK:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"allowUrls\"), \": Domains that might raise acceptable exceptions represented in a regex pattern format.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"denyUrls\"), \": A list of strings or regex patterns that match error URLs which should be blocked from sending events (Configuring both options on the SDK can be used to block \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"subdomains\"), \" of the domains listed in \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"allowUrls\"), \").\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"ignoreErrors\"), \": Instruct the SDK to never send an error to Sentry if it matches any of the listed error \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"messages\"), \". If no message is available, the SDK will try to compare against an underlying \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"exception type and value\"), \".\")), mdx(\"p\", null, \"For more information and code samples check out:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"/platforms/javascript/configuration/filtering/\"\n  }), \"Integrating the SDK: Filtering Events Reported to Sentry\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"/platforms/javascript/enriching-events/context/\"\n  }), \"Enriching Error Data\"))), mdx(\"h4\", {\n    \"id\": \"globalhandlers\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h4\"\n  }, {\n    \"href\": \"#globalhandlers\",\n    \"aria-label\": \"globalhandlers permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"GlobalHandlers\"), mdx(\"p\", null, \"The integration attaches global handlers to capture uncaught exceptions (\", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"onerror\"), \") and unhandled rejections (\", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"onunhandledrejection\"), \"). Both handlers are enabled by default but can be disabled through configuration. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/javascript/integrations/default/#globalhandlers\"\n  }), \"GlobalHandlers Integration\")), mdx(\"p\", null, \"Check out additional configuration options with the \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/javascript/integrations/default/#trycatch\"\n  }), \"TryCatch\"), \" and \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/javascript/integrations/plugin/#reportingobserver\"\n  }), \"ReportingObserver\"), \" integrations.\"), mdx(\"h3\", {\n    \"id\": \"other-sdks\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#other-sdks\",\n    \"aria-label\": \"other sdks permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"Other SDKs\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Java\"), \" - Sentry SDK provides integrations with common Java loggers through implemented \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Handlers\"), \" and \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Appenders\"), \". The configuration allows you to set a logging threshold determining the level under which all errors will be filtered. For more information see Java Integrations \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/java/legacy/logging/\"\n  }), \"java.util.logging\"), \", \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/java/legacy/log4j/\"\n  }), \"Log4j 1.x\"), \", \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/java/guides/log4j2/\"\n  }), \"Log4j 2.x\"), \", and \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/java/guides/logback/\"\n  }), \"Logback\"), \".\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"PHP\"), \" - The \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"error_types\"), \" configuration option allows you to set the error types you want Sentry to monitor. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/php/configuration/options/#common-options\"\n  }), \"PHP: Common Options\"), \".\"), mdx(\"p\", null, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Ruby\"), \" - The \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"excluded_exceptions\"), \" configuration option allows you to set the exception types you wish to suppress. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/ruby/configuration/options/#optional-settings\"\n  }), \"Ruby Configuration\")), mdx(\"h2\", {\n    \"id\": \"3-inbound-data-filters\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#3-inbound-data-filters\",\n    \"aria-label\": \"3 inbound data filters permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"3. Inbound Data Filters\"), mdx(\"p\", null, \"While SDK configuration requires changes to your source code and depends on your next deployment, server-side filters can be easily configured per project under \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"[Project Settings] > Inbound Filters > Data Filters\"), \". For more information, see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/product/accounts/quotas/#inbound-data-filters\"\n  }), \"Inbound Filters\"), \" and \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://blog.sentry.io/2017/11/27/setting-up-inbound-filters\"\n  }), \"Manage Your Flow of Errors Using Inbound Filters\")), mdx(\"p\", null, \"Once applied, you can track the filtered events (numbers and cause) using the graph provided at the top of the Inbound Data Filters view.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/b856828dfbfa48a74c258083828e3dbd/89557/manage-event-stream-03.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"33.666666666666664%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAHCAIAAACHqfpvAAAACXBIWXMAAAsSAAALEgHS3X78AAABAElEQVQY032PwUoEMQyG+zKLggdP7sGrgqIgqzefwpNP5U306EsoIqzgRcEVZzrtTKdt2qQ17Q6KCMLPz5c/TUKF7Iam1a3sASjE9I/gTyLeXt+bRnXdoLTR2naKfVTKdGqobjhnl/WBqt0SKuMBxUqaT2VaqaXseYW14HxwrshW/YCPpeWnsgzj8il9rHLOMRJExJQxpclpDblCLSeVEAKKq/PT68uLu9ubXvc55TiO6PmEQ4DobDADWsscADBEIkIivs4JRBKzre2d+e7GbPP+4ZHv29F7H7yD4mv4Zh89VNUSAomjw+O9/YOTxdny+YWH+SecFgFNUBh/qSYh4BeXIIUtLL8LJQAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Built-in Inbound Filters\",\n    \"title\": \"Built-in Inbound Filters\",\n    \"src\": \"/static/b856828dfbfa48a74c258083828e3dbd/c1b63/manage-event-stream-03.png\",\n    \"srcSet\": [\"/static/b856828dfbfa48a74c258083828e3dbd/5a46d/manage-event-stream-03.png 300w\", \"/static/b856828dfbfa48a74c258083828e3dbd/0a47e/manage-event-stream-03.png 600w\", \"/static/b856828dfbfa48a74c258083828e3dbd/c1b63/manage-event-stream-03.png 1200w\", \"/static/b856828dfbfa48a74c258083828e3dbd/d61c2/manage-event-stream-03.png 1800w\", \"/static/b856828dfbfa48a74c258083828e3dbd/89557/manage-event-stream-03.png 1928w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"h2\", {\n    \"id\": \"4-event-grouping\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#4-event-grouping\",\n    \"aria-label\": \"4 event grouping permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"4. Event Grouping\"), mdx(\"p\", null, \"Proper event grouping is essential to maintain a meaningful Issue Stream and reduce redundant notifications. Sentry groups similar \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Events\"), \" into unique \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Issues\"), \" based on their \", mdx(\"em\", {\n    parentName: \"p\"\n  }, \"Fingerprint\"), \". An event's fingerprint relies firstly on its \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"stack trace\"), \".\"), mdx(\"p\", null, \"With \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"JavaScript\"), \" errors, a minified source code might result in a nondeterministic stack trace that could mess up associated event grouping. Make sure Sentry has access to your \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Source Maps\"), \" and minified artifacts. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platforms/javascript/sourcemaps/\"\n  }), \"Uploading Source Maps\"), \".\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/c59942d273d97a1347c3d2abd3b19b4e/94cea/manage-event-stream-04.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"24.333333333333332%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAIAAADKYVtkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAuUlEQVQY04WPzQqCQBRG5/1fwV1akBo9QmSpadmuIohMK9BCihznzkw60/RDy7ocDodvd1FRXMoSEwKc86YRH+pGWQj5G8TYDaDE+MoopqwEjjknlGIhavnv0HqxcQbpeBi7Thq4R3+095zUdw/z6WkW5FGYR0H+jSjM3j2dqMhQ6J11bd3SVrq2fHll6lu7k9jtncJq73rKxrNtI7Zeo8LU4343Qff6ThkQqCpSEQCgoJZ/zz6RUjwAWtEOHDeEwKUAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"JavaScript stack trace without source maps\",\n    \"title\": \"JavaScript stack trace without source maps\",\n    \"src\": \"/static/c59942d273d97a1347c3d2abd3b19b4e/c1b63/manage-event-stream-04.png\",\n    \"srcSet\": [\"/static/c59942d273d97a1347c3d2abd3b19b4e/5a46d/manage-event-stream-04.png 300w\", \"/static/c59942d273d97a1347c3d2abd3b19b4e/0a47e/manage-event-stream-04.png 600w\", \"/static/c59942d273d97a1347c3d2abd3b19b4e/c1b63/manage-event-stream-04.png 1200w\", \"/static/c59942d273d97a1347c3d2abd3b19b4e/d61c2/manage-event-stream-04.png 1800w\", \"/static/c59942d273d97a1347c3d2abd3b19b4e/94cea/manage-event-stream-04.png 1940w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \"), \"\\n\", mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/a550f62b2f4c4bd0c3765612a43c4929/29114/manage-event-stream-05.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"38.99999999999999%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAICAIAAAB2/0i6AAAACXBIWXMAAAsSAAALEgHS3X78AAAAwklEQVQY053QbY/CIAwAYP7/b7vkEs/bhKmZflMZL4UxKDCs9/nuNDZPmiaEFsqc92GJCbGuayGVVKrX1p5ik9JyUgactlY5cH42ADElOqMWfymU2sqktspYugx+hhBiKQviUyElzJnRM3NBNwPmmCuWmttrQfPZXhjBp767Ci4HMR325jR6cj758ej+AYDs8+PabfXAYRA/OOw6w3srdrbf6u7rd98brVVk9Pn2VjwWdpFwU+4iLbkpr2GBkF+RsNwB8D/KGRlKsoMAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"JavaScript stack trace with source maps\",\n    \"title\": \"JavaScript stack trace with source maps\",\n    \"src\": \"/static/a550f62b2f4c4bd0c3765612a43c4929/c1b63/manage-event-stream-05.png\",\n    \"srcSet\": [\"/static/a550f62b2f4c4bd0c3765612a43c4929/5a46d/manage-event-stream-05.png 300w\", \"/static/a550f62b2f4c4bd0c3765612a43c4929/0a47e/manage-event-stream-05.png 600w\", \"/static/a550f62b2f4c4bd0c3765612a43c4929/c1b63/manage-event-stream-05.png 1200w\", \"/static/a550f62b2f4c4bd0c3765612a43c4929/d61c2/manage-event-stream-05.png 1800w\", \"/static/a550f62b2f4c4bd0c3765612a43c4929/29114/manage-event-stream-05.png 1920w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"For more information on the Fingerprint algorithm and customizing event grouping see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/platform-redirect/?next=/data-management/event-grouping/\"\n  }), \"Grouping & Fingerprints\"), \".\"), mdx(\"h2\", {\n    \"id\": \"5-applying-workflows\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#5-applying-workflows\",\n    \"aria-label\": \"5 applying workflows permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"5. Applying Workflows\"), mdx(\"p\", null, \"Now that your event stream is fine-tuned to reflect real problems in your code, it's an excellent practice to react to errors as they happen. If an issue reflects a real problem in your code, resolve it; otherwise--- discard.\"), mdx(\"h3\", {\n    \"id\": \"resolve\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#resolve\",\n    \"aria-label\": \"resolve permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"Resolve\"), mdx(\"p\", null, \"You've been alerted on a new error in your code? Jump into the issue page to get all the data you need to know about the error. If it's a real issue in your code, assign a team member to resolve it. Don't forget to let Sentry know once it's resolved. For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"https://blog.sentry.io/2019/07/03/the-sentry-workflow-resolve\"\n  }), \"The Sentry Workflow \\u2014 Resolve\")), mdx(\"h3\", {\n    \"id\": \"delete--discard\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#delete--discard\",\n    \"aria-label\": \"delete  discard permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"Delete & Discard\"), mdx(Alert, {\n    level: \"info\",\n    mdxType: \"Alert\"\n  }, \"Delete and Discard is available on the Business plan.\"), mdx(\"p\", null, \"If there is an irrelevant reoccurring issue that you are unable or unwilling to resolve, you can delete and discard it from the issue details page by clicking \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Delete and discard future events\"), \". This will remove the issue and event data from Sentry and filter out future matching events.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/a8e9acd9dbc16a5bd6a7f749941fba83/e515d/manage-event-stream-06.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"47.66666666666667%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAIAAAA7N+mxAAAACXBIWXMAAAsSAAALEgHS3X78AAAA80lEQVQoz5WPTU/DMAxA+///GycurKwSMHVrm8T5duIkLXicUIdEsd7BsvMcuzu9vPb9MAxv/Wm4XEZrggGvwWpwUhgljDFeKydm4Fat60+668d1mgQou0yKheCT9xhCCh4TUs6VqOZUUyqc72WlTPwW2I8hsc8VY5xYgIspEUPUmFrWvXy7AiJZG63FGLO7J4F9AKOUlkprbXkL7zCn0tq2k+WicFYo4M4ENEoC1z4PRBcjYkwx8GAqVDCvHluidXuIX+Q1N8qllLpr8OM/6Z7VO992G+dlls767T/RPS1nax1IbbRluZa68crH6B4vOf7zF2UxRTEd8pyTAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Delete and Discard\",\n    \"title\": \"Delete and Discard\",\n    \"src\": \"/static/a8e9acd9dbc16a5bd6a7f749941fba83/c1b63/manage-event-stream-06.png\",\n    \"srcSet\": [\"/static/a8e9acd9dbc16a5bd6a7f749941fba83/5a46d/manage-event-stream-06.png 300w\", \"/static/a8e9acd9dbc16a5bd6a7f749941fba83/0a47e/manage-event-stream-06.png 600w\", \"/static/a8e9acd9dbc16a5bd6a7f749941fba83/c1b63/manage-event-stream-06.png 1200w\", \"/static/a8e9acd9dbc16a5bd6a7f749941fba83/e515d/manage-event-stream-06.png 1430w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"Discarded issues are listed under \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"[Project Settings] > Inbound Filters > Discarded Issues\"), \" and can always be un-discarded to allow future events back in your stream.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/9cc6cfc3a32582d3ca71904d3a8b7370/92bb4/manage-event-stream-07.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"16.666666666666664%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAADCAIAAAAcOLh5AAAACXBIWXMAAAsSAAALEgHS3X78AAAAXElEQVQI143KSw6AIAxFUfa/Ih04J3EZxol8KqEChRZlBerLGb1clQvn3AAQIBJxrfKpNSnURqzQn+Zw+2a9Q2b5gXu/52nRelXpyiFEjEhUxyvS342VwtYExPQASRyuN0m+GfEAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"List of Discarded Issues\",\n    \"title\": \"List of Discarded Issues\",\n    \"src\": \"/static/9cc6cfc3a32582d3ca71904d3a8b7370/c1b63/manage-event-stream-07.png\",\n    \"srcSet\": [\"/static/9cc6cfc3a32582d3ca71904d3a8b7370/5a46d/manage-event-stream-07.png 300w\", \"/static/9cc6cfc3a32582d3ca71904d3a8b7370/0a47e/manage-event-stream-07.png 600w\", \"/static/9cc6cfc3a32582d3ca71904d3a8b7370/c1b63/manage-event-stream-07.png 1200w\", \"/static/9cc6cfc3a32582d3ca71904d3a8b7370/d61c2/manage-event-stream-07.png 1800w\", \"/static/9cc6cfc3a32582d3ca71904d3a8b7370/92bb4/manage-event-stream-07.png 1824w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"blockquote\", null, mdx(\"p\", {\n    parentName: \"blockquote\"\n  }, \"Note: Once you've identified a set of discarded issues, it might make sense to go back to your SDK configuration and add the related errors into your before-send client-side filtering.\")), mdx(\"h2\", {\n    \"id\": \"6-rate-limiting\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#6-rate-limiting\",\n    \"aria-label\": \"6 rate limiting permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"6. Rate Limiting\"), mdx(\"p\", null, \"Rate limiting allows you to limit the amount of events Sentry accepts per-project for a defined time span. While this is quite useful for managing your monthly event quota, keep in mind that once a defined threshold is crossed, \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"subsequent events will be dropped\"), \". Therefore, your rate limit shouldn't be constantly hit, but rather defined as a ceiling intended to protect you from unexpected spikes.\"), mdx(\"p\", null, \"Under \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"[Project Settings] \\xBB Client Keys \\xBB Configure\"), \", you can create multiple DSN keys per-project and assign different (or no) limits to each key. This will allow you to dynamically allocate keys (with varying thresholds) depending on Release, Environment, and so forth.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/bb64aa5d3d23db44755002db1a5e08fd/e8950/manage-event-stream-11.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"23.666666666666668%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAIAAADKYVtkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAnElEQVQY02WO6QoCMQyE+/4vuVL9od1Dij1yNTVdVlk0fExmSkjqYkxE7YCHIooByDiQswKMR9PdiJv8fPFh8uFyHfjbMm/5QwlrfiwpbEMt3ucU1hSWZDEmdPMSXxkPEqSMBaQAG9VMZWAlUaB2wqIiNVdthIWJd76GCQkAmthXsWTof6WqzuastXNJU+22qBbo2okkPu1A+0XaG35oIfjX3522AAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Per DSN Key rate limits\",\n    \"title\": \"Per DSN Key rate limits\",\n    \"src\": \"/static/bb64aa5d3d23db44755002db1a5e08fd/c1b63/manage-event-stream-11.png\",\n    \"srcSet\": [\"/static/bb64aa5d3d23db44755002db1a5e08fd/5a46d/manage-event-stream-11.png 300w\", \"/static/bb64aa5d3d23db44755002db1a5e08fd/0a47e/manage-event-stream-11.png 600w\", \"/static/bb64aa5d3d23db44755002db1a5e08fd/c1b63/manage-event-stream-11.png 1200w\", \"/static/bb64aa5d3d23db44755002db1a5e08fd/d61c2/manage-event-stream-11.png 1800w\", \"/static/bb64aa5d3d23db44755002db1a5e08fd/e8950/manage-event-stream-11.png 2000w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"For more information see \", mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/product/accounts/quotas/#what-counts-toward-my-quota-table-view\"\n  }), \"What Counts Toward My Quota\")), mdx(\"h2\", {\n    \"id\": \"7-spike-protection\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#7-spike-protection\",\n    \"aria-label\": \"7 spike protection permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"7. Spike Protection\"), mdx(\"p\", null, \"Sentry also applies a dynamic rate limit to your account designed to protect you from short-term spikes. However, we would recommend applying all of the previously mentioned methods. For more information see:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"/product/accounts/quotas/#spike-protection\"\n  }), \"Spike Protection\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"a\", _extends({\n    parentName: \"li\"\n  }, {\n    \"href\": \"https://blog.sentry.io/2018/05/08/event-spike-protection#what-counts-as-a-spike\"\n  }), \"Protect Yourself Against Spikes in Events with Spike Protection\"))), mdx(\"h2\", {\n    \"id\": \"common-workflows-for-managing-your-event-stream\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h2\"\n  }, {\n    \"href\": \"#common-workflows-for-managing-your-event-stream\",\n    \"aria-label\": \"common workflows for managing your event stream permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"Common Workflows for Managing Your Event Stream\"), mdx(\"p\", null, \"Applying the proper filters, SDK configuration, and rate limits is an iterative and on-going process. Sentry provides several tools to increase your visibility into the events and issues aggregating in your streams. Let's see how they can be leveraged to manage your streams.\"), mdx(\"h3\", {\n    \"id\": \"-how-to-set-proper-rate-limits\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#-how-to-set-proper-rate-limits\",\n    \"aria-label\": \" how to set proper rate limits permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"> \", mdx(\"strong\", {\n    parentName: \"h3\"\n  }, \"How to set proper rate limits?\")), mdx(\"p\", null, \"A good way to set a project rate limit is by figuring out the expected event volume based on your average traffic. Let's look at an example:\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/5db63dd662d3c700d46fc56bcaa86fc5/b3608/manage-event-stream-14.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"62.33333333333333%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAIAAADtbgqsAAAACXBIWXMAAAsSAAALEgHS3X78AAABd0lEQVQoz31Sy07DMBDMx4JED3wqqiAFCVXqqU1D83TieNevmLFNI8SBaGTZzo5nZrUFEWtjQwhy4a4TrC1grLdu1cb9A9QURNoYu4awKBbjPAzzOMq+n4Z+MsYr0kQGgAAI0MFqnXd+jWRmk8moq6/9teqa2/hRnl5fPptmvJzb6tJVl7a+dvgF1HXXtnh6hmqxLDRLBTKznWcFtePxtNs9Pz487felc0FKUkovC29AQFyivlCKIZ4yx/gh+lfl4f2tPIhpwhGGFTGs/kG0vSiSSRk2QPbrCoT05b3zHm3Zjj8IK/gFCHdBWFLxSWMzoOl9LIJy7KuNrdmQyMRCSDwvlUafiY0CSCfETU44S8Imhr+Dcmb0DE6EMuevoW5EdRubcelnBoYInfcRE3UTJ5AkW8CNwUCkIRGTxIRAPF46jIHT2TySx5wBdVgzQCpyb2LDGD4ZhC0wQmqLtzTiYTyQX3FUclu3twaAiMFCvDRJdsOf4+/7b/KKtEDQ+NYiAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Calculating rate limits\",\n    \"title\": \"Calculating rate limits\",\n    \"src\": \"/static/5db63dd662d3c700d46fc56bcaa86fc5/c1b63/manage-event-stream-14.png\",\n    \"srcSet\": [\"/static/5db63dd662d3c700d46fc56bcaa86fc5/5a46d/manage-event-stream-14.png 300w\", \"/static/5db63dd662d3c700d46fc56bcaa86fc5/0a47e/manage-event-stream-14.png 600w\", \"/static/5db63dd662d3c700d46fc56bcaa86fc5/c1b63/manage-event-stream-14.png 1200w\", \"/static/5db63dd662d3c700d46fc56bcaa86fc5/d61c2/manage-event-stream-14.png 1800w\", \"/static/5db63dd662d3c700d46fc56bcaa86fc5/b3608/manage-event-stream-14.png 2160w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Open the project DSN key configuration under \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"[Project Settings] > Client Keys > [Configure]\")), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Take a look at the \", mdx(\"inlineCode\", {\n    parentName: \"li\"\n  }, \"KEY USAGE IN THE LAST 30 DAYS\"), \" graph. Max daily rate in the last month is < 326K\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Based on that, we can define a ceiling \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"daily\"), \" max value of ~330K, which is ~13,750 events an \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"hour\"), \", or ~230 events a \", mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"minute\"), \".\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Notice that you can set a daily, hourly, or minute-based rate limit. We'd recommend using a minute based rate to avoid situations where a random event spike might exhaust your daily or hourly set quota and leave you blind for a long while.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"You can always go back, check the graph to see the number of events dropped due to rate limiting and revisit your settings.\")), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/2eef8d16d039d969406c7df36f0e4332/76435/manage-event-stream-15.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"23%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAFCAIAAADKYVtkAAAACXBIWXMAAAsSAAALEgHS3X78AAAA/UlEQVQY0y2Pu0oDQRSG96liH99FFMQL+CTa2EWs7CwkLngLbBMREdZCJFt5A2Mmk7nvzDkzO86s/nzF+f5THE6xooJxzYXhXLfaOocOfCYNFhwEh4mub7KCj+C7fotFDCHaVsxe5w/3MSX46H10NnYhK7hoTadERPhTT348JbFPQS7O5dnp17isL+8io7xp6HRKyjGrJvbzg9c1ub1eVJV4e3dK0Vkzf3z6fn4xK95yWaDQN+XV7t7Bzvb+8eGRpDwhCJOLpVoyJY1gSmknZauFEqpVBpIqoSWTRbo+Gp2sDQbD4frG5lZ6AiEgBvQdYADwWcFDJg/oEP/L8AvsLw880CHnPQAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Revisit rate limits\",\n    \"title\": \"Revisit rate limits\",\n    \"src\": \"/static/2eef8d16d039d969406c7df36f0e4332/c1b63/manage-event-stream-15.png\",\n    \"srcSet\": [\"/static/2eef8d16d039d969406c7df36f0e4332/5a46d/manage-event-stream-15.png 300w\", \"/static/2eef8d16d039d969406c7df36f0e4332/0a47e/manage-event-stream-15.png 600w\", \"/static/2eef8d16d039d969406c7df36f0e4332/c1b63/manage-event-stream-15.png 1200w\", \"/static/2eef8d16d039d969406c7df36f0e4332/76435/manage-event-stream-15.png 1742w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"h3\", {\n    \"id\": \"-how-can-i-see-a-breakdown-of-incoming-events\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#-how-can-i-see-a-breakdown-of-incoming-events\",\n    \"aria-label\": \" how can i see a breakdown of incoming events permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"> \", mdx(\"strong\", {\n    parentName: \"h3\"\n  }, \"How can I see a breakdown of incoming events?\")), mdx(\"p\", null, \"The \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Stats\"), \" view displays details about the total number of events Sentry has received across your entire organization over the last week. The report breaks down the events by project into three categories:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Accepted\"), \": events processed and persisted displayed in your event stream.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Rate Limited\"), \": events that were dropped due to the limit being hit.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, mdx(\"strong\", {\n    parentName: \"li\"\n  }, \"Filtered\"), \": events that were blocked based on your inbound filter rules.\")), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/edd5457402c591b8e8f36325911a6261/966ce/manage-event-stream-12.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"61%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAIAAADtbgqsAAAACXBIWXMAAAsSAAALEgHS3X78AAAB/klEQVQoz2VRXU8TURDdf0KC0YgKWxvQxUrr0oJCa01D8DO+++h/0cTfIJatpUokxuhDX/wBGgPaEptKTbDsbm/v3q/d9dxdQkLYnExm5s6ZOTNr1MrPn9SeVeyHTWeHUHYwOPw39AIuKQMEDcSxTRwmFGrgcxkCxr2lp9Xi43x2pf66dfD3cHe3u/dzX2Nv/1fnd6fb63R6cFLf9YhPAk0WCblcWK8WH+Wzq436tlDhcOi77ujoyPd8woXiUmEa4zL1hQxVFMswEirS5NXCOpAzl7caH+I4lgqv+oMl44AxIaGQKyEkQn5sFSEM1rizsFaxH+Qyt5uOJrsuwTMhgT+ivk/7/UG7/fXL53a32wPB88ZauU9Rxpg0Fq3q8s2aNVOCbIVplAVMApiKXjsfP12ampmYOPfi5SuEuCUZM29EsfaYcqNs318prM1OFd5ubuOZY7MoUmEkVYiw/2fQbLY2nca37z+QhGyACYEyQgPDtirF+bvZiwuN+ntUCxwtik8QpQfQeYn9I32UMO1CA2bcyJRy2aXMhZzz5p0ukqfIiQSFHOcCJ0IGPhyEQcCNeXMxd7VknrdSMj89+QRoiuFJO01OhRjXpguWaV+ZnHM2WiDjEtB2lqx/eDJZQUWyuZ48N52/bt66PDlb39gCOamIzkLfKXmCbK1CYmf+H0DPWDVHja1kAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"STATS View\",\n    \"title\": \"STATS View\",\n    \"src\": \"/static/edd5457402c591b8e8f36325911a6261/c1b63/manage-event-stream-12.png\",\n    \"srcSet\": [\"/static/edd5457402c591b8e8f36325911a6261/5a46d/manage-event-stream-12.png 300w\", \"/static/edd5457402c591b8e8f36325911a6261/0a47e/manage-event-stream-12.png 600w\", \"/static/edd5457402c591b8e8f36325911a6261/c1b63/manage-event-stream-12.png 1200w\", \"/static/edd5457402c591b8e8f36325911a6261/d61c2/manage-event-stream-12.png 1800w\", \"/static/edd5457402c591b8e8f36325911a6261/966ce/manage-event-stream-12.png 2050w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"Clicking on a project name will open the project settings view where you can manage the project's Inbound Filters and Rate Limits.\"), mdx(\"p\", null, \"You can also download monthly reports with a similar break down of all your previous billing periods under \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Settings > Usage & Payments > Usage History\")), mdx(\"h3\", {\n    \"id\": \"-what-are-my-busiest-projects\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#-what-are-my-busiest-projects\",\n    \"aria-label\": \" what are my busiest projects permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"> \", mdx(\"strong\", {\n    parentName: \"h3\"\n  }, \"What are my busiest projects?\")), mdx(\"p\", null, mdx(\"a\", _extends({\n    parentName: \"p\"\n  }, {\n    \"href\": \"/workflow/discover/\"\n  }), \"Discover\"), \" provides a powerful query builder to query through all your event data cross-project.\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Open Discover and click on \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Build a new query\"), \".\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"From the top-level filter select \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"View All Projects\"), \" in the project drop-down and apply the desired environments and date range\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"In the query builder input enter \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"event.type:error\"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"From the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Results\"), \" table click on \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Edit Columns\"), \" and edit the columns and aggregates as below\"), mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/ac6b9d4505f5610a588c5cce68556c1b/776d3/manage-event-stream-01.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"50.66666666666667%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAKCAIAAAA7N+mxAAAACXBIWXMAAAsSAAALEgHS3X78AAABiUlEQVQoz3WR3U6DQBCFeXBjjI+gwVoILbZSW0vpP6jV+iAm3nmhtqX87C7L7oIHaYwXOvkuZoc9O2cGzbL6nc5o5AVDd+mN72bzx+l89S+z1Wzx2O16ULVaA800eu4o+NhFb++bbZQwIWn+gyBcICE/x1xwVSz9dbPp2PZQM82b8fhuHyfb3X6zDcMoTglLCU1SkhJCKSOUfee0Lgopg+D5IG5Zg8nkPuM83MdRnGQ8L8uyKKvI8jxKUlRUWaqiAFIhLSE2zR6G1RoNxx36PM/RmeGikEIqgHuEZmGcpozjgQO4IcRi8aTrHdPoa7redd1KjLb4AA2MAQRhPMIIGU/YgZhWzy8XTxcXXcyrGYaDmdHwc7ODvrZXgyLDhqQCQhW5PNj2/bXRdLDwamHeyC+Kakyp6mH/CIUoFCGS0nI6fTg/t2FZu7y8Ht7OsVLGMkC/qXcLUK8r7x/bcL9br16n3osfVLZPT3TY7mF1+OO/MQ3HaF7X3upKu31rA3twdVUdLWtwfHT2BdVU+IOJBEW2AAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Busiest Projects\",\n    \"title\": \"Busiest Projects\",\n    \"src\": \"/static/ac6b9d4505f5610a588c5cce68556c1b/c1b63/manage-event-stream-01.png\",\n    \"srcSet\": [\"/static/ac6b9d4505f5610a588c5cce68556c1b/5a46d/manage-event-stream-01.png 300w\", \"/static/ac6b9d4505f5610a588c5cce68556c1b/0a47e/manage-event-stream-01.png 600w\", \"/static/ac6b9d4505f5610a588c5cce68556c1b/c1b63/manage-event-stream-01.png 1200w\", \"/static/ac6b9d4505f5610a588c5cce68556c1b/d61c2/manage-event-stream-01.png 1800w\", \"/static/ac6b9d4505f5610a588c5cce68556c1b/776d3/manage-event-stream-01.png 1814w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Apply the changes and click on the event \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"COUNT()\"), \" column to orders the table rows by the number of events\"), mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/cc19db22d07aaf98e39c4a47a6d82bc1/31d79/manage-event-stream-16.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"55.00000000000001%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAIAAADwazoUAAAACXBIWXMAAAsSAAALEgHS3X78AAABgElEQVQoz5VRyW7bMBDl/39KDj6l6KFAERTxISjsRA5aJ0gD1Ioty6IW7uRwU0dWnHNDDIgZDsm3DAEfpDIOfMo5pk9FIiFGH0LANOf/D3yFeMSHOI5jxjqk8TMLv0Dk5CAxBuWb5MI31HS94xxOJ9MzhzltLeNwrDXuA4OGWik9bZ1zkYD3jCmpLHjkn6wNc+JccIB5whxPHESlnZCWC4u7ENN9orVFATFfNJ/5ZBQy5rOFySAGIESwzimtfQwz7TgmwrVtOmawF+IcGkLbCw1+LrElLQhtX/7Uy+XLalUW6+pxVf19aolQcDhStBvR4sXJgQltLHo500F8bD8U5WKxXt6+bh9Oz0Uje43IUPWUMYEDy+eFIrpuqE9UKTO5miZF+PjX78P1l01R7I8Hvnvtqn1PpAaKvLngQn3MkAuptEGhF+SM8yw25fevz5ubw+NtWdyXT9uKGPSwbmg/4P1p4Eg+pbabypTHs3PvFq7Wu8XV/d233fZHvf85RBX/AeV0dxUZrGNaAAAAAElFTkSuQmCC')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Busiest Projects\",\n    \"title\": \"Busiest Projects\",\n    \"src\": \"/static/cc19db22d07aaf98e39c4a47a6d82bc1/c1b63/manage-event-stream-16.png\",\n    \"srcSet\": [\"/static/cc19db22d07aaf98e39c4a47a6d82bc1/5a46d/manage-event-stream-16.png 300w\", \"/static/cc19db22d07aaf98e39c4a47a6d82bc1/0a47e/manage-event-stream-16.png 600w\", \"/static/cc19db22d07aaf98e39c4a47a6d82bc1/c1b63/manage-event-stream-16.png 1200w\", \"/static/cc19db22d07aaf98e39c4a47a6d82bc1/d61c2/manage-event-stream-16.png 1800w\", \"/static/cc19db22d07aaf98e39c4a47a6d82bc1/31d79/manage-event-stream-16.png 1954w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Save as...\"), \" to save this query to your main Discover Dashboard\"))), mdx(\"h3\", {\n    \"id\": \"-what-issues-are-consuming-my-quota\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#-what-issues-are-consuming-my-quota\",\n    \"aria-label\": \" what issues are consuming my quota permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"> \", mdx(\"strong\", {\n    parentName: \"h3\"\n  }, \"What issues are consuming my quota?\")), mdx(\"p\", null, \"The Sentry workflow starts with a real-time alert notifying you about an error in your code. If you want to take a more proactive approach to resolve your busiest errors, follow steps 1 - 6 from above. For step 4 select the columns as seen below:\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/79b624b7114d268368bc8d2c70404343/6b26f/manage-event-stream-02.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"55.00000000000001%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAIAAADwazoUAAAACXBIWXMAAAsSAAALEgHS3X78AAABhElEQVQoz32R2U7CQBSG+/LeYWSJQkGNG3ijAa8ExCgtFKGgRo3PILKU2TptpzN42mr1Qp18TdqT+eY/c6ptbx82LtrW8MHs2Xejx/H9y//Yk+eHp9d6o1Up17TNTd0wR1yE07lDXE+t1+G/CAlb1r2eXSoda9nsrmmOEKbvs8XbdLZYOoQwjCnCBMFDGWUMIQIVeMdRkYhQghLJ+dy+ZY3htOUSNlPPD9ZfSylFGSfUlVKmRfmZPNL1Ey2f3x8MJlIpx8F+IIBAhAleIJaIrign3E9BjAsp+327rFcjOUnGhIVSQUsp4GPGqRdAPynY5aFSfcuuVGpaIU5O2v5pJvKKusTzU0BGsWx0h4XCQZw8mMA15gvH5R6EwxUSQim5H/jQvwj9CAHweCjd7l0k57J7hjGE7xXCMDBI+xkOfkpyIgwlkYtF+FVbFas/jsf4PdJfF3OjDuzh/Lo1v70dZDK7WnHnqFqtdzrmVduIuPqDttG8vGm1bs7POrVqs1Q63djQPwCo90b1/0Uf+QAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Busiest Projects\",\n    \"title\": \"Busiest Projects\",\n    \"src\": \"/static/79b624b7114d268368bc8d2c70404343/c1b63/manage-event-stream-02.png\",\n    \"srcSet\": [\"/static/79b624b7114d268368bc8d2c70404343/5a46d/manage-event-stream-02.png 300w\", \"/static/79b624b7114d268368bc8d2c70404343/0a47e/manage-event-stream-02.png 600w\", \"/static/79b624b7114d268368bc8d2c70404343/c1b63/manage-event-stream-02.png 1200w\", \"/static/79b624b7114d268368bc8d2c70404343/6b26f/manage-event-stream-02.png 1658w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"Once applying the changes the Results table will display your busiest issues:\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/74d4a/manage-event-stream-10.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"53.333333333333336%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAALCAIAAADwazoUAAAACXBIWXMAAAsSAAALEgHS3X78AAABjUlEQVQoz5WR227bMAyG/f7Psm693bDd7WJDkhY7BOmwJeu6pk1txzpRFKlTStsBdrsKxA9Z4k9+tBrwIaacS31RpFwkmtO0aq3nzem/Vi6TudTKnJXmmAqGzHFU4jwr8fnTY5Irj2NCoCIq/RsH5BwbyxiSqMfoIIKP1rGoeBwwwHgoCUoHyTeWjCEZtvFSuZQJWND/wU9RSy2CFlOiyMQE3ouezuelcUGoC6UcYgYk5IgxicZSRZV101USk7Z+sdh9+ry7Xu7XV4f23jYaZHKpNIbSpj+qrh9EAdAHavtB+s9ozvPF6+Xl5Zef6+7X9xZ0aHobkctEOJpnpzYWkUIMh2MbAs9TWODV6s/X5X67edrcPPy+7ZpWR4dpLq+0FfNx0NZ5+R+U6TA8OcAylTaO3lxcvX91s/7wcHd9RBNGbKAs7yTXDryxblBaNszsEA/dIAjjYIINtNnst9vubqfufyj1CI20pTQ+Wq7VTmbpL2bE4DwetREEqSxDKxvevV2vPv69XQzDN4d9eAZBpXagPHcXyAAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Busiest Issues\",\n    \"title\": \"Busiest Issues\",\n    \"src\": \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/c1b63/manage-event-stream-10.png\",\n    \"srcSet\": [\"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/5a46d/manage-event-stream-10.png 300w\", \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/0a47e/manage-event-stream-10.png 600w\", \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/c1b63/manage-event-stream-10.png 1200w\", \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/d61c2/manage-event-stream-10.png 1800w\", \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/97a96/manage-event-stream-10.png 2400w\", \"/static/ee05bbaa4a4fcc08595d850aa9eae3ad/74d4a/manage-event-stream-10.png 2422w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"h3\", {\n    \"id\": \"-spike-protection-was-activated-----what-should-i-do\",\n    \"style\": {\n      \"position\": \"relative\"\n    }\n  }, mdx(\"a\", _extends({\n    parentName: \"h3\"\n  }, {\n    \"href\": \"#-spike-protection-was-activated-----what-should-i-do\",\n    \"aria-label\": \" spike protection was activated     what should i do permalink\",\n    \"className\": \"anchor before\"\n  }), mdx(\"svg\", _extends({\n    parentName: \"a\"\n  }, {\n    \"viewBox\": \"0 0 24 24\",\n    \"xmlns\": \"http://www.w3.org/2000/svg\"\n  }), mdx(\"path\", _extends({\n    parentName: \"svg\"\n  }, {\n    \"d\": \"M10.879 6.05L15 1.93A5.001 5.001 0 0 1 22.071 9l-4.121 4.121a1 1 0 0 1-1.414-1.414l4.12-4.121a3 3 0 1 0-4.242-4.243l-4.121 4.121a1 1 0 1 1-1.414-1.414zm2.242 11.9L9 22.07A5 5 0 1 1 1.929 15l4.121-4.121a1 1 0 0 1 1.414 1.414l-4.12 4.121a3 3 0 1 0 4.242 4.243l4.121-4.121a1 1 0 1 1 1.414 1.414zm-8.364-.122l13.071-13.07a1 1 0 0 1 1.415 1.414L6.172 19.242a1 1 0 1 1-1.415-1.414z\",\n    \"fill\": \"currentColor\"\n  })))), \"> \", mdx(\"strong\", {\n    parentName: \"h3\"\n  }, \"Spike Protection was activated --- what should I do?\")), mdx(\"p\", null, \"You received an email notifying you that Spike Protection was triggered and applied to your account.\"), mdx(\"p\", null, mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"891px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/cf1e0c53c9e54a7a13aa7e52243cd686/92153/spike-email.jpg\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"68.33333333333333%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAOABQDASIAAhEBAxEB/8QAFgABAQEAAAAAAAAAAAAAAAAAAAEF/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEAMQAAAB3VBR/8QAFBABAAAAAAAAAAAAAAAAAAAAIP/aAAgBAQABBQJf/8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAwEBPwE//8QAFBEBAAAAAAAAAAAAAAAAAAAAEP/aAAgBAgEBPwE//8QAFBABAAAAAAAAAAAAAAAAAAAAIP/aAAgBAQAGPwJf/8QAGhAAAgMBAQAAAAAAAAAAAAAAAREAECFBof/aAAgBAQABPyEkvJp57Sir/9oADAMBAAIAAwAAABBzD//EABQRAQAAAAAAAAAAAAAAAAAAABD/2gAIAQMBAT8QP//EABQRAQAAAAAAAAAAAAAAAAAAABD/2gAIAQIBAT8QP//EABsQAQEBAAIDAAAAAAAAAAAAAAERACFRYXGB/9oACAEBAAE/ECGLTPY+Y5ptT1gDeV85Od//2Q==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Spike Protection Email\",\n    \"title\": \"Spike Protection Email\",\n    \"src\": \"/static/cf1e0c53c9e54a7a13aa7e52243cd686/92153/spike-email.jpg\",\n    \"srcSet\": [\"/static/cf1e0c53c9e54a7a13aa7e52243cd686/f93b5/spike-email.jpg 300w\", \"/static/cf1e0c53c9e54a7a13aa7e52243cd686/b4294/spike-email.jpg 600w\", \"/static/cf1e0c53c9e54a7a13aa7e52243cd686/92153/spike-email.jpg 891w\"],\n    \"sizes\": \"(max-width: 891px) 100vw, 891px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \")), mdx(\"p\", null, \"Many times an unexpected spike is caused by a new error (or errors) introduced into your code with a new release version. Here are ways you can search for these errors:\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Open Discover and click on \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Build a new query\"), \".\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"From the top-level filter select \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"View All Projects\"), \" in the project drop-down and apply the desired environments and date range around the time the spike occurred.\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Find the spike in the events timeline graph and mark the range with your cursor. Notice the events timeline and date filter (on the top filter bar) are updated to zoom into the selected date range.\\n\", mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/ff7cb393ac8f15867109df14ec6077b0/757fd/manage-event-stream-08.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"33.33333333333333%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAHCAIAAACHqfpvAAAACXBIWXMAAAsSAAALEgHS3X78AAABDUlEQVQY021Ry0oDQRCcv9CLCn6AeHJJ2ItEBPVg4kWDB8FD/lTMWT9BhE0Wdzez835aM8uCokXDTFf3dHf1kNuz5dPVivdCSWON9RnOea2NlMpo40copXvKWM8Z44gaY8n04GIxXdId41wKoax1f838dlEamVJqUh5fzsuHrqWcSbD/WnDxh5seuzwdmRzNHmfPeUKb8gb4bCHEELXX1NIwRgagPyYnxeH5vLxXSsUBIUJeOvE8X6quWr+vM5NJl0ifq5PT/cl1sdAKG3DbTbPr+k31Bf113bVtL4X52H6+vL2CoVSgW123UNs0FFXIyV5xU9xxJqB5XFjaCZaZzwTj0g0+SiANGpGPr/kGyfd6M1sC7kgAAAAASUVORK5CYII=')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Event Spike Range\",\n    \"title\": \"Event Spike Range\",\n    \"src\": \"/static/ff7cb393ac8f15867109df14ec6077b0/c1b63/manage-event-stream-08.png\",\n    \"srcSet\": [\"/static/ff7cb393ac8f15867109df14ec6077b0/5a46d/manage-event-stream-08.png 300w\", \"/static/ff7cb393ac8f15867109df14ec6077b0/0a47e/manage-event-stream-08.png 600w\", \"/static/ff7cb393ac8f15867109df14ec6077b0/c1b63/manage-event-stream-08.png 1200w\", \"/static/ff7cb393ac8f15867109df14ec6077b0/d61c2/manage-event-stream-08.png 1800w\", \"/static/ff7cb393ac8f15867109df14ec6077b0/97a96/manage-event-stream-08.png 2400w\", \"/static/ff7cb393ac8f15867109df14ec6077b0/757fd/manage-event-stream-08.png 2800w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Now, you can use Discover to query only the set of events sent to Sentry during the spike. Edit the Results table columns as shown below to see the busiest issues that contributed to the spike.\\n\", mdx(\"span\", _extends({\n    parentName: \"p\"\n  }, {\n    \"className\": \"gatsby-resp-image-wrapper\",\n    \"style\": {\n      \"position\": \"relative\",\n      \"display\": \"block\",\n      \"marginLeft\": \"auto\",\n      \"marginRight\": \"auto\",\n      \"maxWidth\": \"1200px\"\n    }\n  }), \"\\n      \", mdx(\"a\", _extends({\n    parentName: \"span\"\n  }, {\n    \"className\": \"gatsby-resp-image-link\",\n    \"href\": \"/static/63b4742779320d41f6d106862094323f/e1250/manage-event-stream-09.png\",\n    \"style\": {\n      \"display\": \"block\"\n    },\n    \"target\": \"_blank\",\n    \"rel\": \"noopener\"\n  }), \"\\n    \", mdx(\"span\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-background-image\",\n    \"style\": {\n      \"paddingBottom\": \"79.66666666666667%\",\n      \"position\": \"relative\",\n      \"bottom\": \"0\",\n      \"left\": \"0\",\n      \"backgroundImage\": \"url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAIAAACZeshMAAAACXBIWXMAAAsSAAALEgHS3X78AAACJklEQVQoz41SWXPaMBDW//9BmR5JmwwwIX0okwQoNwRCYgzYlmWtjtXRtZmm9HiI5pu1vLuf9mTGIoAmGWL0IXofnAtKG6UMKIPOOzKEuMbtfdl/yIf32WAgxvd8KBwwoW2l7ZFXJWjtPKBT6MD+hmo0FVrpUCLW0tqM80prlgmZ7HNi1jTn3wX0FI/8GWibF0JIZZ1/P9AHksx5TwVbi1TtG+ic//r6/KHR2lrrajIh1k2p4Rtp0dUP/FIS4pk1Ng7oGnKTifONN33IdvttVFaKLqJSpC9KGIzWUhnSUIb0cJNcYMTQGnkBaL1HygfJ43tvnmUVRUl3hTVuu806t0NeSorGBZRClQIoCJOojiIvgINXJ0iaV0AVNN11MHSx0Wo0EnQlFYARAigjWgG2kE8pHHJf5J6/IXPFSb7KdAf7RO43sBXEUKop7tSCwF7VgeeGMgIdQFPnAy3bCYZgadtQCDParS8+9Nqtabe77N4tr2/Gk3HCknq7/KE0hbQckJLxTT/eUI8jRCJ//vLYas/arVmnPbu6/DGfpSwxWVH6lJu8wqJy/5KbMcdJunmepJHa5GPQPpqABpvIoolcYQkO/X8iU4WDl9XXi9Hycf+0PK4Wx9kkfX3J2c5mZRUOwhYSOZzG/depRz8/bvv99XSaTsfpbLLvP2yfNxlbq8OucJujSrhJSyOto50xZ9C0TCH21ouPnx7vuqtOZ35zPbq6HE5HyU/DCZSLhn5KfAAAAABJRU5ErkJggg==')\",\n      \"backgroundSize\": \"cover\",\n      \"display\": \"block\"\n    }\n  })), \"\\n  \", mdx(\"img\", _extends({\n    parentName: \"a\"\n  }, {\n    \"className\": \"gatsby-resp-image-image\",\n    \"alt\": \"Issues in Spike Range\",\n    \"title\": \"Issues in Spike Range\",\n    \"src\": \"/static/63b4742779320d41f6d106862094323f/c1b63/manage-event-stream-09.png\",\n    \"srcSet\": [\"/static/63b4742779320d41f6d106862094323f/5a46d/manage-event-stream-09.png 300w\", \"/static/63b4742779320d41f6d106862094323f/0a47e/manage-event-stream-09.png 600w\", \"/static/63b4742779320d41f6d106862094323f/c1b63/manage-event-stream-09.png 1200w\", \"/static/63b4742779320d41f6d106862094323f/e1250/manage-event-stream-09.png 1786w\"],\n    \"sizes\": \"(max-width: 1200px) 100vw, 1200px\",\n    \"style\": {\n      \"width\": \"100%\",\n      \"height\": \"100%\",\n      \"margin\": \"0\",\n      \"verticalAlign\": \"middle\",\n      \"position\": \"absolute\",\n      \"top\": \"0\",\n      \"left\": \"0\"\n    },\n    \"loading\": \"lazy\"\n  })), \"\\n  \"), \"\\n    \"))), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, \"Click on the \", mdx(\"inlineCode\", {\n    parentName: \"p\"\n  }, \"Issue Id\"), \" to open the issue details page. If it's a real issue - assign it to a project team member to resolve it; otherwise - discard it.\"))), mdx(\"p\", null, \"Also, consider doing the following:\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Set better rate limits on the DSN keys associated with the spike related projects.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"If it's a specific release version that has gone bad, add the version identifier to the project's Inbound filters to avoid accepting events from that release.\")));\n}\n;\nMDXContent.isMDXComponent = true;","tableOfContents":{"items":[{"url":"#1-sdk-filtering-beforesend","title":"1. SDK Filtering: beforeSend"},{"url":"#2-sdk-configuration","title":"2. SDK Configuration","items":[{"url":"#javascript","title":"JavaScript","items":[{"url":"#inboundfilters","title":"InboundFilters"},{"url":"#globalhandlers","title":"GlobalHandlers"}]},{"url":"#other-sdks","title":"Other SDKs"}]},{"url":"#3-inbound-data-filters","title":"3. Inbound Data Filters"},{"url":"#4-event-grouping","title":"4. Event Grouping"},{"url":"#5-applying-workflows","title":"5. Applying Workflows","items":[{"url":"#resolve","title":"Resolve"},{"url":"#delete--discard","title":"Delete & Discard"}]},{"url":"#6-rate-limiting","title":"6. Rate Limiting"},{"url":"#7-spike-protection","title":"7. Spike Protection"},{"url":"#common-workflows-for-managing-your-event-stream","title":"Common Workflows for Managing Your Event Stream","items":[{"url":"#-how-to-set-proper-rate-limits","title":"> How to set proper rate limits?"},{"url":"#-how-can-i-see-a-breakdown-of-incoming-events","title":"> How can I see a breakdown of incoming events?"},{"url":"#-what-are-my-busiest-projects","title":"> What are my busiest projects?"},{"url":"#-what-issues-are-consuming-my-quota","title":"> What issues are consuming my quota?"},{"url":"#-spike-protection-was-activated-----what-should-i-do","title":"> Spike Protection was activated --- what should I do?"}]}]},"internal":{"type":"Mdx"}}}},"pageContext":{"excerpt":"Sending all application errors to Sentry ensures you'll be notified in real-time when errors occur in your code. However, with just the basic setup, you might quickly realize that your applications generate many errors, and those might trigger many notifications. Sentry provides tools to control the  type  and  amount  of errors that are monitored. These will allow you to: Shape your event stream to make it actionable and meaningful. Reserve those real-time notifications for errors that actually break your code. Manage your quotas if you're on an event-quota based plan. 1. SDK Filtering: beforeSend All Sentry SDKs support the  beforeSend  callback method. Once implemented, the method is invoked when the SDK captures an event, right before sending it to your Sentry account. It receives the event object as a parameter, so developers can use that to modify the event's data or drop it completely (by returning  null ) based on their custom logic and the data available on the event like  tags ,  environment ,  release version ,  error attributes , and so forth. For more information see  Filtering Events 2. SDK Configuration The Sentry SDKs have several configuration options that can be used to filter unwanted errors from leaving your application's runtime. A lot of these options are platform-specific, so make sure you look for yours in our docs under  Platforms  and  Configuration . Here are some examples: JavaScript The SDK includes multiple  Integrations  - functional plugins that you can configure, enable, or disable. For more information see  JavaScript SDK Integrations . Several integrations allow you to configure the types of events you want Sentry to monitor: InboundFilters The integration is enabled by default and adds the following configuration options to the SDK: allowUrls : Domains that might raise acceptable exceptions represented in a regex pattern format. denyUrls : A list of strings or regex patterns that match error URLs which should be blocked from sending events (Configuring both options on the SDK can be used to block  subdomains  of the domains listed in  allowUrls ). ignoreErrors : Instruct the SDK to never send an error to Sentry if it matches any of the listed error  messages . If no message is available, the SDK will try to compare against an underlying  exception type and value . For more information and code samples check out: Integrating the SDK: Filtering Events Reported to Sentry Enriching Error Data GlobalHandlers The integration attaches global handlers to capture uncaught exceptions ( onerror ) and unhandled rejections ( onunhandledrejection ). Both handlers are enabled by default but can be disabled through configuration. For more information see  GlobalHandlers Integration Check out additional configuration options with the  TryCatch  and  ReportingObserver  integrations. Other SDKs Java  - Sentry SDK provides integrations with common Java loggers through implemented  Handlers  and  Appenders . The configuration allows you to set a logging threshold determining the level under which all errors will be filtered. For more information see Java Integrations  java.util.logging ,  Log4j 1.x ,  Log4j 2.x , and  Logback . PHP  - The  error_types  configuration option allows you to set the error types you want Sentry to monitor. For more information see  PHP: Common Options . Ruby  - The  excluded_exceptions  configuration option allows you to set the exception types you wish to suppress. For more information see  Ruby Configuration 3. Inbound Data Filters While SDK configuration requires changes to your source code and depends on your next deployment, server-side filters can be easily configured per project under  [Project Settings] > Inbound Filters > Data Filters . For more information, see  Inbound Filters  and  Manage Your Flow of Errors Using Inbound Filters Once applied, you can track the filtered events (numbers and cause) using the graph provided at the top of the Inbound Data Filters view. 4. Event Grouping Proper event grouping is essential to maintain a meaningful Issue Stream and reduce redundant notifications. Sentry groups similar  Events  into unique  Issues  based on their  Fingerprint . An event's fingerprint relies firstly on its  stack trace . With  JavaScript  errors, a minified source code might result in a nondeterministic stack trace that could mess up associated event grouping. Make sure Sentry has access to your  Source Maps  and minified artifacts. For more information see  Uploading Source Maps . \n For more information on the Fingerprint algorithm and customizing event grouping see  Grouping & Fingerprints . 5. Applying Workflows Now that your event stream is fine-tuned to reflect real problems in your code, it's an excellent practice to react to errors as they happen. If an issue reflects a real problem in your code, resolve it; otherwise--- discard. Resolve You've been alerted on a new error in your code? Jump into the issue page to get all the data you need…","title":"Manage Your Event Stream, a Guide","description":"Helps you use the tools Sentry provides to control the _type_ and _amount_ of errors that are monitored.","draft":null,"noindex":null,"notoc":null,"sidebar_order":3,"redirect_from":["/guides/manage-event-stream/"],"keywords":null,"id":"50a491c1-1e2a-5a22-9c6b-385c1dc1d6c4","legacy":false}},"staticQueryHashes":["1218203755","1222113826","1222113826","1766336459","2158593473","2764967025","3345802723","3818502851","3990806462","4015007367","4192517163","4264099332","518019976"]}