We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa7415 commit c658083Copy full SHA for c658083
packages/integrations/src/extendednetworkbreadcrumbs.ts
@@ -16,7 +16,14 @@ interface ExtendedNetworkBreadcrumbsOptions {
16
}
17
18
/**
19
+ * Add this integration _in addition_ the the default Breadcrumbs integration,
20
+ * to enrich the xhr/fetch breadcrumbs with additional information.
21
*
22
+ * This adds:
23
+ * * request_body_size
24
+ * * response_body_size
25
+ *
26
+ * To the breadcrumb data.
27
*/
28
export class ExtendedNetworkBreadcrumbs implements Integration {
29
0 commit comments