sethtrain / raven-clj

A Clojure interface to Sentry
84 stars 29 forks source link

Missing session #15

Open kendagriff opened 8 years ago

kendagriff commented 8 years ago

Was wondering if you could help me identify what's wrong here:

screen shot 2016-09-01 at 11 16 50 am

Notice session is showing [object Object]. I've forked the repo and tried printing a string representation of session, and it returns {}.

I'm using wrap-sentry with no options other than the DSN. Any ideas?

kendagriff commented 8 years ago

Is it possible it doesn't work because I'm using cookie sessions?