Skip to content

Commit c658083

Browse files
committed
add jsdoc
1 parent afa7415 commit c658083

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/integrations/src/extendednetworkbreadcrumbs.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ interface ExtendedNetworkBreadcrumbsOptions {
1616
}
1717

1818
/**
19+
* Add this integration _in addition_ the the default Breadcrumbs integration,
20+
* to enrich the xhr/fetch breadcrumbs with additional information.
1921
*
22+
* This adds:
23+
* * request_body_size
24+
* * response_body_size
25+
*
26+
* To the breadcrumb data.
2027
*/
2128
export class ExtendedNetworkBreadcrumbs implements Integration {
2229
/**

0 commit comments

Comments
 (0)