The new {stacktrace: true} option on captureMessage is quite nice In https://github.com/getsentry/raven-js/pull/582 @benvinegar said > this can be passed directly to individual captureMessage calls, or set globally during config However, using Raven.config(dsn, {stacktrace: true}) does not work. Is it intended, something that has been forgotten or something I misunderstood?