File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/telemetry/browser-telemetry/src/collectors/http Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ export function processFetchArgs(
4646 * @param callback Function which handles a breadcrumb.
4747 */
4848export 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`.
You can’t perform that action at this time.
0 commit comments