alex rodriguez

Results 4 comments of alex rodriguez

@lobsterkatie Hopefully this helps... we were also experiencing the same issue. After removing integrations and adding them back in, we found that `InboundFilters` was causing our error of not logging...

@lobsterkatie We are loading it via npm package in a Vue app. The only message or log we were receiving was `Sentry Logger [Error]: SentryError: An event processor returned null,...

Sorry I didn't leave much of a message! Anyhow, I just updated the regex pattern to allow dynamic routes like `/about/about-us` which would look like this in the router config:...

@mahadoang Not sure if this is the official way to do it but you can get the param using `this.options.data.path.p` in your DocumentDetail component from your example. Or you can...