Commit c09123d
committed
[Dashboard] Replace Sentry Replay with PostHog integration (#7406)
### TL;DR
Replaced Sentry Replay integration with PostHog Sentry integration in the dashboard app.
### What changed?
- Removed the Sentry Replay integration that was blocking media and masking text
- Added PostHog Sentry integration with organization set to "thirdweb-dev" and projectId set to 6690186
- Updated the comment to indicate the integration of Sentry with PostHog
### How to test?
1. Verify that Sentry events are properly forwarded to PostHog
2. Check that the PostHog dashboard shows Sentry events from the thirdweb-dev organization
3. Confirm that error tracking continues to work as expected
### Why make this change?
This change integrates Sentry with PostHog to consolidate analytics and error tracking data in one platform. This will provide better correlation between user behavior and errors, improving our ability to diagnose issues and understand their impact.
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on integrating Sentry with PostHog in the `instrumentation-client.ts` file, replacing the previous Sentry Session Replay configuration.
### Detailed summary
- Removed the previous Sentry replay integration configuration.
- Added `posthog.sentryIntegration` with specified `organization` and `projectId`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->1 parent b61ce67 commit c09123d
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
0 commit comments