Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which package are you using?
@sentry/vue
SDK Version
7.19.0
Framework Version
7.19.0
Link to Sentry event
No response
Steps to Reproduce
With our latest production update yesterday, we went from Sentry 7.17.4 to 7.19.0. Shortly afterwards, our installation was flooded by events from a single IP-address, causing all kinds of JS errors that are not related to the webpage at all, but are clear result from an automated scan. Examples are:
- ReferenceError: createPopper is not defined
- ReferenceError: Swiper is not defined
- ReferenceError: PrefixFree is not defined
The common divider here is that all those event are caused by an anonymous script that is probably injected by the user itself.
This single user (with a Chinese IP-address) singlehandedly triggered about 500 events (of which 200x an ingress limited event). A second (again Chinese) IP-address just triggered 2.4k of events (of which 1.4k ingress limited events).
This has not happened before, so maybe something broke with the detection of these kinds of events? I am not seeing anything related in the release notes though...
Expected Result
I believe these events should be filtered before being posted to Sentry.
Actual Result
Complete chaos 😨