-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Session replay standalone CDN script initialisation #799
Comments
@steverob Thanks for calling our attention here, it looks like our docs are missing instructions for the Standalone Session Replay SDK initialization via script tag. I'll make updates to our docs, but in the meantime you can use the following script:
And then please follow the rest of the guidance on how to update the session id and grab the event properties in this documentation: https://amplitude.com/docs/session-replay/session-replay-standalone-sdk |
@kwalker3690 thanks for your response. But it seems like |
@steverob please check the comment above and confirm you have the matching script tag, it looks to me like you're still using the plugin script tag. You need to use the standalone script tag (it should not have the word 'plugin' in it) |
Ahh thanks!
—
Steve Robinson
…On Jul 4, 2024 at 9:13 PM +0530, Kelly Wallach ***@***.***>, wrote:
@steverob please check the comment above and confirm you have the matching script tag, it looks to me like you're still using the plugin script tag. You need to use the standalone script tag (it should not have the word 'plugin' in it)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Summary
I'm looking to use the CDN version of the standalone session replay plugin. I am unable to figure out how to initialise it with the API key and start recording.
I'm using rudderstack as my instrumentation framework and it can give me sessionId & deviceId.
I'm only able to call the "plugin" function on the session replay object made available via the CDN script and it does not seem to take api key.
The text was updated successfully, but these errors were encountered: