Skip to content
Merged
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
9 changes: 4 additions & 5 deletions apps/dashboard/src/instrumentation-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,11 @@ Sentry.init({
"Non-Error promise rejection captured",
],

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

Expand Down