Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to have the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to have the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to have the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to have the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to have the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to have the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import * as Sentry from '@sentry/node';
Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Sentry.init({
release: '1.0',
environment: 'prod',
tracePropagationTargets: [/^(?!.*express).*$/],
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Sentry.init({
environment: 'prod',
// disable requests to /express
tracePropagationTargets: [/^(?!.*express).*$/],
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Sentry.init({
environment: 'prod',
// disable requests to /express
tracePropagationTargets: [/^(?!.*express).*$/],
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ Sentry.init({
environment: 'prod',
// disable requests to /express
tracePropagationTargets: [/^(?!.*express).*$/],
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
// TODO: We're rethinking the mechanism for including Pii data in DSC, hence commenting out sendDefaultPii for now
// sendDefaultPii: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Sentry.init({
release: '1.0',
environment: 'prod',
tracePropagationTargets: [/^(?!.*express).*$/],
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ Sentry.init({
dsn: 'https://[email protected]/1337',
release: '1.0',
environment: 'prod',
integrations: [
// TODO: This used to use the Express integration
],
tracesSampleRate: 1.0,
transport: loggingTransport,
});
Expand Down