Skip to content

Commit ecba878

Browse files
authored
Remove Sentry profiling integration (#22)
1 parent 0721326 commit ecba878

3 files changed

Lines changed: 0 additions & 23 deletions

File tree

package-lock.json

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"@remix-run/express": "^2.17.4",
6262
"@remix-run/node": "^2.17.4",
6363
"@remix-run/react": "^2.17.4",
64-
"@sentry/profiling-node": "^8.18.0",
6564
"@sentry/remix": "^8.18.0",
6665
"address": "^2.0.3",
6766
"bcryptjs": "^2.4.3",

server/utils/monitoring.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { nodeProfilingIntegration } from '@sentry/profiling-node'
21
import Sentry from '@sentry/remix'
32

43
export function init() {
@@ -20,7 +19,6 @@ export function init() {
2019
integrations: [
2120
Sentry.httpIntegration(),
2221
Sentry.prismaIntegration(),
23-
nodeProfilingIntegration(),
2422
],
2523
tracesSampler(samplingContext) {
2624
// ignore healthcheck transactions by other services (consul, etc.)

0 commit comments

Comments
 (0)