Simon Hellmayr
Simon Hellmayr
Was factored into multiple PRs - therefore closing this one.
The demo video shows both a period and a comma as the decimal separator in the input and in the feedback below - can we unify this somehow?
> > The demo video shows both a period and a comma as the decimal separator in the input and in the feedback below - can we unify this somehow?...
The capture_exception call shows that we hit the Snuba rate limit with our queries ([SENTRY-3DCH](https://sentry.sentry.io/issues/5690103965/)) because Snuba tries to allocate 80GB for the single query.
Reached out to @Zylphrex to check whether we can/should modify the table to allow for different queries with a sample_rate - waiting to hear back if this is something we...
- Created a new React app using create-react-app - installed sentry via npm - copy-pasted init code from getting started - bit annoyed that there is an empty //... comment...
- created sample app using `ng new my-app` - wizard worked well including source maps - snippet produced error (as it should)