Skip to content

Commit fac464e

Browse files
committed
add comment
1 parent f3a484d commit fac464e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/integrations/requestdata.ts

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const _requestDataIntegration = ((options: RequestDataIntegrationOptions = {}) =
8888
return event;
8989
}
9090

91+
// TODO(v9): Eventually we can remove this fallback branch and only rely on the normalizedRequest above
9192
if (!request) {
9293
return event;
9394
}

0 commit comments

Comments
 (0)