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 637485d commit 8f5ea3eCopy full SHA for 8f5ea3e
packages/tracing/src/integrations/node/express.ts
@@ -1,6 +1,6 @@
1
/* eslint-disable max-lines */
2
import { Integration, Transaction } from '@sentry/types';
3
-import { CrossPlatformRequest, extractPathForTransaction, isRegExp, isString, logger } from '@sentry/utils';
+import { CrossPlatformRequest, extractPathForTransaction, isRegExp, logger } from '@sentry/utils';
4
5
type Method =
6
| 'all'
0 commit comments