Commit e6ed6d5
fix(observability): use disable_session_recording PostHog option
posthog-js v1.x does not accept session_recording.enabled on init;
use the documented disable_session_recording flag instead. Inverts
the cfg.posthog.sessionRecording flag to produce the correct value.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 49a0e82 commit e6ed6d5
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/observability/src/modules/observability/widgets/injection
- admin-shell
- portal-shell
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments