diff --git a/posthog-react-native/CHANGELOG.md b/posthog-react-native/CHANGELOG.md index 5b6bade3..9aa5f6b1 100644 --- a/posthog-react-native/CHANGELOG.md +++ b/posthog-react-native/CHANGELOG.md @@ -1,5 +1,11 @@ # Next +# 3.3.1 - 2024-09-30 + +## Changed + +1. set the right sdk name and version for recordings + # 3.3.0 - 2024-09-24 ## Changed diff --git a/posthog-react-native/package.json b/posthog-react-native/package.json index 070fc52a..2b123023 100644 --- a/posthog-react-native/package.json +++ b/posthog-react-native/package.json @@ -1,6 +1,6 @@ { "name": "posthog-react-native", - "version": "3.3.0", + "version": "3.3.1", "main": "lib/posthog-react-native/index.js", "files": [ "lib/" diff --git a/posthog-react-native/src/posthog-rn.ts b/posthog-react-native/src/posthog-rn.ts index f3f0532c..0fd7f9e6 100644 --- a/posthog-react-native/src/posthog-rn.ts +++ b/posthog-react-native/src/posthog-rn.ts @@ -305,6 +305,7 @@ export class PostHog extends PostHogCore { debug: this.isDebug, distinctId: this.getDistinctId(), anonymousId: this.getAnonymousId(), + sdkVersion: this.getLibraryVersion(), } console.log('PostHog Debug', `Session replay sdk options: ${JSON.stringify(sdkOptions)}`)