We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538cf2f commit b72c950Copy full SHA for b72c950
packages/node/src/requestdata.ts
@@ -1,5 +1,5 @@
1
import { Event, ExtractedNodeRequestData, PolymorphicRequest, Transaction, TransactionSource } from '@sentry/types';
2
-import { isPlainObject, isString, normalize, stripUrlQueryAndFragment } from '@sentry/utils/';
+import { isPlainObject, isString, normalize, stripUrlQueryAndFragment } from '@sentry/utils';
3
import * as cookie from 'cookie';
4
import * as url from 'url';
5
0 commit comments