Skip to content

Commit 9ff5c62

Browse files
chore: update versions and lockfile [version bump]
1 parent da31ef8 commit 9ff5c62

File tree

5 files changed

+4151
-15
lines changed

5 files changed

+4151
-15
lines changed

.changeset/loose-shrimps-think.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/react-native/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# posthog-react-native
22

3+
## 4.36.0
4+
5+
### Minor Changes
6+
7+
- [#3010](https://github.com/PostHog/posthog-js/pull/3010) [`da31ef8`](https://github.com/PostHog/posthog-js/commit/da31ef8bebc85e1e85425c7b4ec8abe425052dde) Thanks [@ioannisj](https://github.com/ioannisj)! - feat: add manual session replay control
8+
9+
New methods for programmatic control of session recording:
10+
- `startSessionRecording(resumeCurrent?: boolean)` - Start or resume session recording. Pass `false` to start a new session.
11+
- `stopSessionRecording()` - Stop the current session recording.
12+
- `isSessionReplayActive()` - Check if session replay is currently active.
13+
14+
**Note:** Requires `posthog-react-native-session-replay` version 1.3.0 or higher. Users with older plugin versions will see a warning when calling these methods. (2026-02-20)
15+
316
## 4.35.1
417

518
### Patch Changes

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-react-native",
3-
"version": "4.35.1",
3+
"version": "4.36.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)