We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa3b6e commit 5bba109Copy full SHA for 5bba109
1 file changed
packages/core/src/integrations/requestdata.ts
@@ -41,9 +41,6 @@ const _requestDataIntegration = ((options: RequestDataIntegrationOptions = {}) =
41
42
return {
43
name: INTEGRATION_NAME,
44
- setup(client) {
45
- client.on('processSpan', span => {});
46
- },
47
processEvent(event, _hint, client) {
48
const { sdkProcessingMetadata = {} } = event;
49
const { normalizedRequest, ipAddress } = sdkProcessingMetadata;
0 commit comments