Filter out routes in Ruby SDK (performance)

Aloha!

I updated Ruby SDK to enable performance monitoring. The problem is that SDK tracks routes I don’t need: static assets and internal routes. How do I make sure that Sentry doesn’t measure performance for specific routes? I’m not looking to filter those out in the UI - I don’t want to track those altogether.

Thanks!