Skip to content

Commit 2bd27b7

Browse files
committed
[Dashboard] Replace Sentry Replay with PostHog integration
1 parent d3b03a2 commit 2bd27b7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

apps/dashboard/src/instrumentation-client.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,11 @@ Sentry.init({
9999
"Non-Error promise rejection captured",
100100
],
101101

102-
// You can remove this option if you're not planning to use the Sentry Session Replay feature:
102+
// integrate sentry with posthog
103103
integrations: [
104-
Sentry.replayIntegration({
105-
blockAllMedia: true,
106-
// Additional Replay configuration goes in here, for example:
107-
maskAllText: true,
104+
posthog.sentryIntegration({
105+
organization: "thirdweb-dev",
106+
projectId: 6690186,
108107
}),
109108
],
110109

0 commit comments

Comments
 (0)