File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/e2e-tests/test-applications/node-express/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { expect , test } from '@playwright/test' ;
2
2
import { waitForEnvelopeItem } from '@sentry-internal/test-utils' ;
3
- import type { SerializedLog , SerializedLogContainer } from '@sentry/core' ;
3
+ import type { SerializedLogContainer } from '@sentry/core' ;
4
4
5
5
test ( 'should send logs' , async ( { baseURL } ) => {
6
6
const logEnvelopePromise = waitForEnvelopeItem ( 'node-express' , envelope => {
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ export {
54
54
isEnabled ,
55
55
getGlobalScope ,
56
56
lastEventId ,
57
- logger ,
58
57
close ,
59
58
createTransport ,
60
59
flush ,
@@ -149,6 +148,7 @@ export type {
149
148
} from '@sentry/core' ;
150
149
151
150
export {
151
+ logger ,
152
152
nodeContextIntegration ,
153
153
contextLinesIntegration ,
154
154
localVariablesIntegration ,
You can’t perform that action at this time.
0 commit comments