Skip to content
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

Allow user identifiers to be set directly against the client #81

Closed

Conversation

dominics
Copy link

This gives an 'escape hatch' for people who, for whatever reason, want to manage the persistence/lifecycle of the user information themselves.

For example, you might like to use your framework's version of request.cookies to obtain the information. Or you might not need cookies emitted because you already have persistent user profiles accessible through your framework's user/authentication system.

Fixes #75

This gives an 'escape hatch' for people who don't want `setcookie` or
who aren't necessarily in a web context when php_sapi_name() != 'cli'.
@robbieaverill
Copy link
Contributor

I think this change makes sense. Would you be interested in reviving it? I can probably merge by hand and fix the conflicts otherwise.

@robbieaverill
Copy link
Contributor

I've cherry-picked this manually into 1.x-dev via a09f800. Thanks @dominics!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Requires cookies for affected user monitoring, even when RUM isn't wanted
2 participants