We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a484d commit fac464eCopy full SHA for fac464e
packages/core/src/integrations/requestdata.ts
@@ -88,6 +88,7 @@ const _requestDataIntegration = ((options: RequestDataIntegrationOptions = {}) =
88
return event;
89
}
90
91
+ // TODO(v9): Eventually we can remove this fallback branch and only rely on the normalizedRequest above
92
if (!request) {
93
94
0 commit comments