Skip to content

Commit 4717551

Browse files
committed
Add ticket number.
1 parent 0eeb430 commit 4717551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/telemetry/browser-telemetry/src/collectors/http/fetchDecorator.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ export function processFetchArgs(
4646
* @param callback Function which handles a breadcrumb.
4747
*/
4848
export default function decorateFetch(callback: (breadcrumb: HttpBreadcrumb) => void) {
49-
// TODO: Check if already wrapped?
50-
// TODO: Centralized mechanism to wrapping?
49+
// TODO (SDK-884): Check if already wrapped?
50+
// TODO (SDK-884): Centralized mechanism to wrapping?
5151

52-
// In this function we add type annotations for `this`. In this case we are telling teh compiler
52+
// In this function we add type annotations for `this`. In this case we are telling the compiler
5353
// we don't care about the typing.
5454

5555
// This is a function instead of an arrow function in order to preserve the original `this`.

0 commit comments

Comments
 (0)