Skip to content

Commit 31c51e6

Browse files
author
Luca Forstner
committed
Please linter
1 parent b91ff50 commit 31c51e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/src/config/wrappers/wrapperUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { captureException, getCurrentHub, startTransaction } from '@sentry/core'
22
import { addRequestDataToEvent } from '@sentry/node';
33
import { getActiveTransaction } from '@sentry/tracing';
44
import { Transaction } from '@sentry/types';
5-
import { extractTraceparentData, fill, parseBaggageSetMutability, isString } from '@sentry/utils';
5+
import { extractTraceparentData, fill, isString, parseBaggageSetMutability } from '@sentry/utils';
66
import * as domain from 'domain';
77
import { IncomingMessage, ServerResponse } from 'http';
88

0 commit comments

Comments
 (0)