Skip to content

Commit

Permalink
<this will get rebased away>
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Sep 20, 2022
1 parent 538cf2f commit b72c950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/requestdata.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Event, ExtractedNodeRequestData, PolymorphicRequest, Transaction, TransactionSource } from '@sentry/types';
import { isPlainObject, isString, normalize, stripUrlQueryAndFragment } from '@sentry/utils/';
import { isPlainObject, isString, normalize, stripUrlQueryAndFragment } from '@sentry/utils';
import * as cookie from 'cookie';
import * as url from 'url';

Expand Down

0 comments on commit b72c950

Please sign in to comment.