Closed
Description
I'm just getting started with Sentry/Raven. I'd like to get this running in Vue 2, but I'm experiencing an issue that might be a bug, or at least requires better documentation.
Environment
Vue 2, Webpack 2, raven-js
via yarn (npm). Attempting to use RavenVue
and Vue
plugins with .addPlugin(RavenVue, Vue)
.
What is the current behavior?
When using RavenVue
and Vue
plugins, I get a 413 (Request Entity Too Large)
error response. If I delete data.extra.propsData
in the config's dataCallback
, the request will go through. What is the size limit, 100k (#339)?
Metadata
Metadata
Assignees
Labels
No labels