Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Nov 26, 2024
1 parent 5db1694 commit a08620f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions posthog-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Next

# 3.4.0 - 2024-11-26

1. feat: automatically mask out user photos and sandboxed views like photo picker (iOS Only)
1. To disable masking set `maskAllSandboxedViews` and `maskPhotoLibraryImages` to false

```js
export const posthog = new PostHog(
'apiKey...',
sessionReplayConfig: {
maskAllSandboxedViews: false,
maskPhotoLibraryImages: false,
);
```
# 3.3.14 - 2024-11-21
1. fix: identify method allows passing a $set_once object
Expand Down
2 changes: 1 addition & 1 deletion posthog-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "posthog-react-native",
"version": "3.3.14",
"version": "3.4.0",
"main": "lib/posthog-react-native/index.js",
"files": [
"lib/"
Expand Down

0 comments on commit a08620f

Please sign in to comment.