File tree Expand file tree Collapse file tree 19 files changed +19
-50
lines changed
dev-packages/node-integration-tests/suites
common-infix-parameterized
common-prefix-parameterized-reverse
common-prefix-parameterized
common-prefix-same-length-parameterized copy
common-prefix-same-length-parameterized
middle-layer-parameterized
baggage-other-vendors-with-sentry-entries
tracing-new/tracePropagationTargets Expand file tree Collapse file tree 19 files changed +19
-50
lines changed Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import cors from 'cors' ;
54import express from 'express' ;
65
@@ -9,8 +8,7 @@ const app = express();
98Sentry . init ( {
109 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
1110 release : '1.0' ,
12- // eslint-disable-next-line deprecation/deprecation
13- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
11+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1412 tracesSampleRate : 1.0 ,
1513 transport : loggingTransport ,
1614} ) ;
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ const app = express();
77Sentry . init ( {
88 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
99 release : '1.0' ,
10- // eslint-disable-next-line deprecation/deprecation
11- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
10+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1211 tracesSampleRate : 1.0 ,
1312 transport : loggingTransport ,
1413} ) ;
Original file line number Diff line number Diff line change 11import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
22import * as Sentry from '@sentry/node' ;
3- import * as Tracing from '@sentry/tracing' ;
43import express from 'express' ;
54
65const app = express ( ) ;
76
87Sentry . init ( {
98 dsn : 'https://public@dsn.ingest.sentry.io/1337' ,
109 release : '1.0' ,
11- // eslint-disable-next-line deprecation/deprecation
12- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
10+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1311 tracesSampleRate : 1.0 ,
1412 transport : loggingTransport ,
1513} ) ;
Original file line number Diff line number Diff line change 11import http from 'http' ;
22import { loggingTransport , startExpressServerAndSendPortToRunner } from '@sentry-internal/node-integration-tests' ;
33import * as Sentry from '@sentry/node' ;
4- import * as Tracing from '@sentry/tracing' ;
54import cors from 'cors' ;
65import express from 'express' ;
76
@@ -14,8 +13,7 @@ Sentry.init({
1413 release : '1.0' ,
1514 environment : 'prod' ,
1615 tracePropagationTargets : [ / ^ (? ! .* e x p r e s s ) .* $ / ] ,
17- // eslint-disable-next-line deprecation/deprecation
18- integrations : [ new Sentry . Integrations . Http ( { tracing : true } ) , new Tracing . Integrations . Express ( { app } ) ] ,
16+ integrations : [ Sentry . httpIntegration ( { tracing : true } ) , new Sentry . Integrations . Express ( { app } ) ] ,
1917 tracesSampleRate : 1.0 ,
2018 transport : loggingTransport ,
2119} ) ;
You can’t perform that action at this time.
0 commit comments