You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -41,6 +42,7 @@ Next to that there are some configuration options under Stores > Configuration >
41
42
*`tracing_enabled` if this option is set to true, tracing got enabled (bundle file got loaded automatically). Default: `false`
42
43
*`tracing_sample_rate` if tracing is enabled, you should also set the sample rate. Default: `0.2`
43
44
*`ignore_js_errors` array of javascript error messages, which should be not send to Sentry.
45
+
*`prevent_reporting_after_unload` if this option is set to `true`, no errors will be reported after unload event. Can be useful, when the user navigates to an different page, during loading of resources by requirejs.
44
46
45
47
## Optional error page configuration
46
48
- Optional you can configure custom error pages in pub/errors. You can use the sentry feedback form and insert here the sentry log ID. The Sentry Log Id is captured in de customer session and can be retrieved in `processor.php`.
0 commit comments