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
* Whether the integration should create [Sessions](https://docs.sentry.io/product/releases/health/#sessions) for incoming requests to track the health and crash-free rate of your releases in Sentry.
35
+
* Read more about Release Health: https://docs.sentry.io/product/releases/health/
36
+
*
37
+
* Defaults to `true`.
38
+
*
39
+
* Note: If `autoSessionTracking` is set to `false` in `Sentry.init()` or the Client owning this integration, this option will be ignored.
40
+
*/
41
+
trackIncomingRequestsAsSessions?: boolean;
42
+
33
43
/**
34
44
* Do not capture spans or breadcrumbs for outgoing HTTP requests to URLs where the given callback returns `true`.
35
45
* This controls both span & breadcrumb creation - spans will be non recording if tracing is disabled.
0 commit comments