Skip to content

Commit fd992b4

Browse files
committed
fix lint
1 parent 24a0b20 commit fd992b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/public-api/LocalVariables/local-variables-caught.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-unused-vars */
2-
import * as Sentry from '@sentry/node';
32
import { loggingTransport } from '@sentry-internal/node-integration-tests';
3+
import * as Sentry from '@sentry/node';
44

55
Sentry.init({
66
dsn: 'https://[email protected]/1337',

0 commit comments

Comments
 (0)