@ChillarAnand if you want to filter out those messages you could use before_send
to filter by exception message. I would do this because ultimately those stringified stacktraces will group so poorly that most of Sentry’s value is lost.
If you really just want to raise the limit you can use the workaround described here to raise it in the SDK, and patch this line to raise the limit on the server. Ideally this really shouldn’t be necessary though, and the latter only works for your own deployments of Sentry.