Skip to content

Commit

Permalink
Add ticket number.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Nov 8, 2024
1 parent 0eeb430 commit 4717551
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ export function processFetchArgs(
* @param callback Function which handles a breadcrumb.
*/
export default function decorateFetch(callback: (breadcrumb: HttpBreadcrumb) => void) {
// TODO: Check if already wrapped?
// TODO: Centralized mechanism to wrapping?
// TODO (SDK-884): Check if already wrapped?
// TODO (SDK-884): Centralized mechanism to wrapping?

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

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

0 comments on commit 4717551

Please sign in to comment.