Skip to content

Commit 5bba109

Browse files
committed
another cleanup lol
1 parent 1aa3b6e commit 5bba109

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/core/src/integrations/requestdata.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ const _requestDataIntegration = ((options: RequestDataIntegrationOptions = {}) =
4141

4242
return {
4343
name: INTEGRATION_NAME,
44-
setup(client) {
45-
client.on('processSpan', span => {});
46-
},
4744
processEvent(event, _hint, client) {
4845
const { sdkProcessingMetadata = {} } = event;
4946
const { normalizedRequest, ipAddress } = sdkProcessingMetadata;

0 commit comments

Comments
 (0)