@funnelsgrove/runtime 0.7.23 → 0.7.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,6 +120,7 @@ export const bootstrapPostHog = (config) => {
120
120
  }
121
121
  if (sessionReplayEnabled) {
122
122
  posthog.startSessionRecording();
123
+ posthog.capture('funnelsgrove_session_replay_scope', scopeProperties);
123
124
  }
124
125
  let unsubscribe = null;
125
126
  let scopedReloadRetried = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funnelsgrove/runtime",
3
- "version": "0.7.23",
3
+ "version": "0.7.24",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/The-Solid-Grove/funnelsgrove.git",