Skip to content

Commit fb59bfd

Browse files
authored
sentry: remove node native integration because it breaks (#2311)
1 parent 038ee75 commit fb59bfd

File tree

3 files changed

+0
-27
lines changed

3 files changed

+0
-27
lines changed

apps/webapp/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@
101101
"@remix-run/serve": "2.1.0",
102102
"@remix-run/server-runtime": "2.1.0",
103103
"@remix-run/v1-meta": "^0.1.3",
104-
"@sentry/node-native": "^9.40.0",
105104
"@sentry/remix": "^9.40.0",
106105
"@slack/web-api": "7.9.1",
107106
"@socket.io/redis-adapter": "^8.3.0",

apps/webapp/sentry.server.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import * as Sentry from "@sentry/remix";
2-
import { eventLoopBlockIntegration } from "@sentry/node-native";
32

43
if (process.env.SENTRY_DSN) {
54
console.log("🔭 Initializing Sentry");
@@ -21,7 +20,5 @@ if (process.env.SENTRY_DSN) {
2120

2221
serverName: process.env.SERVICE_NAME,
2322
environment: process.env.APP_ENV,
24-
25-
integrations: [eventLoopBlockIntegration({ threshold: 1000 })],
2623
});
2724
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)