We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Was wondering if you could help me identify what's wrong here:
Notice session is showing [object Object]. I've forked the repo and tried printing a string representation of session, and it returns {}.
session
[object Object]
{}
I'm using wrap-sentry with no options other than the DSN. Any ideas?
wrap-sentry
The text was updated successfully, but these errors were encountered:
Is it possible it doesn't work because I'm using cookie sessions?
Sorry, something went wrong.
No branches or pull requests
Was wondering if you could help me identify what's wrong here:
Notice
session
is showing[object Object]
. I've forked the repo and tried printing a string representation ofsession
, and it returns{}
.I'm using
wrap-sentry
with no options other than the DSN. Any ideas?The text was updated successfully, but these errors were encountered: