I’ve got a lot of clientside error messages like jQuery123_456 is not defined
and jQuery789_123 is not defined
There are tons of variants and currently they’re all listed as unique errors. I’d like to group all these instances into a single instance, everything that matches the rule jQuery* is not defined
should be listed as the same error.
I created the following Server Side Fingerprinting rule:
message:"jQuery* is not defined" -> jQuery-undef
Screenshot: https://i.imgur.com/QhJXCj2.png
But the rule doesn’t seem to have any effect. I set it up weeks ago and I still keep getting unique errors listed for messages like jQuery782_135 is not defined
What could be the issue? Is the ‘regex’ incorrect? Does the asterisk not work as I think it does?
Seems to me that I’ve followed the docs on https://docs.sentry.io/data-management/event-grouping/server-side-fingerprinting/ to a tee.